initializeMathLibrary

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". Documentation for this library can be found at https://pillager86.github.io/dmildew/Math.html

void
initializeMathLibrary

Parameters

interpreter Interpreter

The Interpreter object to load the namespace into.

Meta