issqr - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


issqr

test if an integer is a perfect square

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

issqr(n)

Parameters

n

-

positive integer

Description

• 

The function issqr returns true if n is the square of an integer.

Examples

issqr9

true

(1)

issqr10

false

(2)

See Also

isqrt

NumberTheory[ModularSquareRoot]

psqrt

sqrt