C语言的math函数有哪些

麻烦列举来看看

在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
温馨提示:内容为网友见解,仅供参考
第1个回答  2009-03-31
abs();acos();asin();atan();
atan2();ceil();cos();cosh();
exp();frexp();ldexp();log();
log10();pow();sin();sinh();
sqrt();tan();tanh();...等等
第2个回答  2019-05-20
在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
第3个回答  2009-03-31
去gougou看看
一个好象有32 个 这也不好说
相似回答