calcul.io
math playground
New
calculation
Help
Instructions
Examples
Functions
Constants
Display Debug info
Functions
Relational
smallerEq
smallerEq
x <= y
smallerEq(x, y)
Try it yourself:
$1
2 <= 1+1
$2
2 < 1+1
$3
a = 3.2
$4
b = 6-2.8
$5
(a <= b)
See also:
equal
unequal
larger
smaller
compare
All functions