Math Module¶ The math module provides methods for math manipulation. Available Methods:¶ toint toint¶ Converts a valid string value into a number. Usage: 1"value" math.toint Example: 1 2"10" math.toint 5 + show # Output: 15