Numerical approximations to mathematical functions in Solidity. Builds on the Fixidity fixed-point math library at https://github.com/CementDAO/Fixidity.
- sine, cosine, tangent trigonometric functions (in radians).
- value of π to 24 digits of precision.
- generate an int256 pseudorandom number between some upper and lower bounds (inclusive)