Oracle Solaris Studio 12.4 Man Pages

Exit Print View

Updated: January 2015
 
 

exp10(3M)

Name

exp10 , exp10f , exp10l - 基数为 10 的指数函数

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

这些函数计算基数为 10 的 x 的指数 10**x

Attributes

有关下列属性的说明,请参见 attributes(5):

属性类型
属性值
接口稳定性
Committed(已确定)
MT 级别
MT-Safe(MT 安全)

See also

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