Math Block-List
Block |
Description |
![]() |
The operations for basic arithmetic addition. |
![]() |
The operations for basic arithmetic subtraction |
![]() |
The operations for basic arithmetic multiplication. |
![]() |
The operations for basic arithmetic divide. |
![]()
|
This is a extra operator for division. You can find out how much is left over if one number doesn’t divide into the other number evenly. |
![]() |
You can get the smaller of two numbers with the mini functions. |
![]()
|
You can get the bigger of two numbers with the max functions. |
![]()
|
When you want to know how much a number is without its sign (+/-). The absolute value of -5 is 5 and the absolute value of 5 is also 5. |
![]()
|
The square root of a number is another number that when multiplied by itself it becomes the original number. |
![]()
|
If a number has a fractional part, you can make the number change to be the closest, next integer value. This is called rounding. |
![]()
|
To make a number change to the next higher whole number (integer), get the number’s ceiling value. |
![]() |
The fractional part of a number is removed by truncating it. |
Trigonometry(sine ,cos, tan, asine, acos, atan,integer*) | Functions for finding numbers of angles, sides of triangles, and positions on a circle. These functions are also used to make information for wave signals. |
![]()
|
To make a number change to the next lower whole number (integer), get the number’s floor value. |
![]() |
Make up any number from a minimum value to a some maximum value. |
|
Make certain that the value of a number you give is no smaller and no bigger than two other numbers.
|
|
Convert a value in one number range to a value in another number range.
|
|
Returns a pseudo-random boolean value that is either true or false. |