This shows you the differences between the selected revision and the current version of the page.
| features:visual_logic:math_functions 2012/08/28 09:21 | features:visual_logic:math_functions 2013/04/08 03:56 current | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| **RANDOM**\\ | **RANDOM**\\ | ||
| Returns a random number between 1 and 0. The parameter entered must be zero. | Returns a random number between 1 and 0. The parameter entered must be zero. | ||
| + | |||
| + | **REALMOD**\\ | ||
| + | Calculates the mod (remainder after divide) for real number, e.g. REALMOD[8\7.5] would give 0.5, where \ is the mod operator. | ||
| **ROUND**\\ | **ROUND**\\ | ||