-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Compare
Reading time: 1minGiven two real numbers x and y, compare
function is defined as
compare(x,y)=1, if x>y-1, if x<y0, if x=y
Syntax
compare(Real, Real)
Description
Given two reals x and y, returns its comparison as defined above.