MicrOS
|
#include "../math.h"
Functions | |
double | exp2 (double x) |
Compute exponential function 2 based. More... | |
double exp2 | ( | double | x | ) |
Compute exponential function 2 based.
The exp2 functions compute the base-2 exponential of x. A range error occurs if the magnitude of x is too large.
x | Value of the exponent. |