C语言的math函数有哪些

来源:百度知道 编辑:UC知道 时间:2024/06/22 15:49:25
麻烦列举来看看

在C语言里面按一下CTRL+F1,选择header file、math.h就可以看到你要的东西,我看到了粘贴如下:

Functions

abs floor
acos fmod
asin frexp
atan hypot
atan2 labs
atof ldexp
cabs log
ceil log10
cos matherr
cosh modf
exp poly
fabs pow
pow10 sqrt
sin tan
sinh tanh

Constants, data types, and global variables

complex exception
EDOM HUGE_VAL
ERANGE _mexcep

abs();acos();asin();atan();
atan2();ceil();cos();cosh();
exp();frexp();ldexp();log();
log10();pow();sin();sinh();
sqrt();tan();tanh();...等等

去gougou看看
一个好象有32 个 这也不好说