[back] [prev] [next] [index] [root]

 


IntIsSquare

Returns true iff the argument is a square.

Syntax:

b := IntIsSquare(n)

boolean
  b  
integer
  n  

Description:

no detailed description available yet


Example:


kash> IntIsSquare(1);
true
kash> IntIsSquare(2);
> false


<- back[back] [prev] [next] [index] [root]