Oracle Solaris Studio 12.4 Man Pages

Exit Print View

Updated: January 2015
 
 

exp10(3M)

Name

exp10, exp10f, exp10l - base-10 exponential function

Synopsis

cc [ flag ... ] file ...  -lsunmath -lm [ library ... ]
#include <sunmath.h>
double exp10(double x);
float exp10f(float x);
long double exp10l(long double x);

Description

These functions compute the base-10 exponential of x, 10**x.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
MT-Safe

See also

exp(3M), log10(3M), pow(3M), attributes(5)