1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
x*y
x multiplied by y
x**y
x , to the power of y
x / y
exact value of x ÷ y (including decimal places)
x // y
the value of x ÷ y (without decimal places)
x DIV y
the value of x ÷ y (without decimal places)
x % y
just the remainder of the number, when dividing x and y
x MOD y
just the remainder of the number, when dividing x and y
==
equal to !
!=
not equal to !
>
more than !
<
less than !
>=
more than/equal to
<=
less than/equal to