Divide two numbers.
g.divide(15, 3);
Since JavaScript has only one number type, this will always return floating-point values when necessary:
g.divide(1, 3);