Math

Standard library to perform general algebra and calculations

sin()

Calculate the sine of a number

Math.sin(num) // Returns the sine of num

Last updated