Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

exp10f (3SUNMATH)

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(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
MT-Safe
Availability
system/library/math

See Also

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