Module math

← Back to All Modules





Description

This module provides mathematical and random number generator functions


Example

import math
 
y = sin(30)        ' Calculates sine of 30 (in radians)
writeln(math_pi)   ' Prints mathematical π constant


Constants


Functions


Classes

There are no classes.