Expand description
Helper functions for common mathematical operations.
Structs§
- Represents an integral power-of-two as an exponent.
Functions§
- Return the absolute value of the floating point number.
- Get closest power of two greater than the given number.
- Compute the base 10 logarithm of
f
. - Get log base 2 of a number.
- Log base 2 of 64 bit unsigned integers.