exp10l

Name

exp10l -- Base-10 power function

Synopsis

#include <math.h>

long double exp10l(long double x);

Description

The exp10l() function shall return 10x.

Note: This function is identical to pow10l().

Returns

Upon successful completion, exp10l() shall return 10 rised to the power of x.

If the correct value would cause overflow, a range error shall occur and exp10l() shall return ħHUGE_VALL, with the same sign as the correct value of the function.

See Also

pow10l(), exp10(), exp10f()