math.repy An incomplete math library. Provides a few functions. Functions def math_ceil(x): Returns the rounded value of x. def math_floor(x): Returns the floored value of x. def math_log(X, base=math_e, epsilon=1e-16):