Numerics
Numerics
The C numerics library includes common mathematical functions and types, as well as support for random number generation.
Common mathematical functions
The header math.h
provides standard C library mathematical functions such as fabs
, sqrt
, and sin
.
Floating-point environment
The header fenv.h
defines 登录查看完整内容