MicrOS
|
#include "../math.h"
Functions | |
float | log2f (float x) |
Compute 2 based logarithm. More... | |
float log2f | ( | float | x | ) |
Compute 2 based logarithm.
The log2f functions compute the base-2 logarithm of x. A domain error occurs if the argument is less than zero. A pole error may occur if the argument is zero.
x | Value whose logarithm is calculated. |