Seb*_*ach 13
POSIX的math.h定义的See Also部分链接到可接受域的POSIX定义.
例如fabs():
If x is ±0, +0 shall be returned.
If x is ±Inf, +Inf shall be returned.
Run Code Online (Sandbox Code Playgroud)
我转换了提到另请参阅 StackOverflow-Markdown的部分:
acos(), acosh(), asin(), atan(), atan2(), cbrt(), ceil(), cos(), cosh(), erf(), exp(), expm1(), fabs( ), 地板() , FMOD() , frexp() , hypot将() , ilogb() , isnan() , J0() , ldexp() , lgamma函数() , 日志() , 日志10() , log1p() , logb(), modf(), nextafter(), pow(), remainder(), rint(), scalb(), sin(), sinh(), sqrt(), tan(), tanh(), y0( ),
我贡献了search/replace/regex-fu.我们现在只需要一个有cURL-fu的人.
在C99中,它在附录F中:
F.9.3.1 The exp functions
-- exp(±0) returns 1.
-- exp(-?) returns +0.
-- exp(+?) returns +?.
Run Code Online (Sandbox Code Playgroud)
附录F是规范性的:
定义的实现
__STDC_IEC_559__应符合本附件中的规范.