Implements some math functions in a faster way than the java Math package.
This will always have the downside of not supporting all the edge cases which the java Math
package does support so please read up on those edge cases before using these methods.
This stack overflow post has more context around what cases this implementation won't handle.
http://stackoverflow.com/questions/1750739/faster-implementation-of-math-round