-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Square
Reading time: 1minChecks if a number is a square.
Syntax
square?(Integer)
Description
Given an integer n, it is a square if there exists some integer a such that n=a2. If the input is a square returns a, otherwise, it returns false
.