Initializes the math library. This is called by Interpreter.initializeStdlib. Functions are stored in the global Math object and are accessed such as "Math.acos"
See Implementation
Initializes the math library. This is called by Interpreter.initializeStdlib. Functions are stored in the global Math object and are accessed such as "Math.acos"