issqr - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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