Skip to content

math

math

math provides mathematical functions such as square root, powers, and trigonometry.

Square Root Example

const val = modules.math.sqrt(25)

Example Output

val → 5

Official Documentation

mathjs Docs