Skip to content

Math Module

The math module provides methods for math manipulation.

Available Methods:


toint

Converts a valid string value into a number.

Usage:

"value" math.toint

Example:

"10" math.toint
5 + show          # Output: 15