A function to get rid of the stupid "Math" object in javascript. It makes all methods of the Math object global.

It allows this sort of syntax:

myVariable = floor(myVariable)
myOtherVariable = random()