1# <return type: i:integer f:floating-point> <#floating-point-args> <function-name> [<alias> ...] 2# <function-name>l variants are handled by features/math.sh 3# @(#)math.tab (AT&T Research) 2009-08-18 4f 1 acos 5f 1 acosh 6f 1 asin 7f 1 asinh 8f 1 atan 9f 2 atan2 10f 1 atanh 11f 1 cbrt 12f 1 ceil 13f 2 copysign 14f 1 cos 15f 1 cosh 16f 1 erf 17f 1 erfc 18f 1 exp 19f 1 exp2 20f 1 expm1 21f 1 fabs abs 22f 2 fdim 23f 1 finite 24f 1 floor int 25f 3 fma 26f 2 fmax 27f 2 fmin 28f 2 fmod 29i 1 fpclassify 30f 2 hypot 31i 1 ilogb 32i 1 isfinite 33i 2 isgreater 34i 2 isgreaterequal 35i 1 isinf 36i 1 isinfinite 37i 2 isless 38i 2 islessequal 39i 2 islessgreater 40i 1 isnan 41i 1 isnormal 42i 1 issubnormal fpclassify=FP_SUBNORMAL 43i 2 isunordered 44i 1 iszero fpclassify=FP_ZERO 45f 1 j0 46f 1 j1 47f 2 jn 48f 1 lgamma 49f 1 log 50f 1 log10 51f 1 log1p 52f 1 log2 53f 1 logb 54f 1 nearbyint 55f 2 nextafter 56f 2 nexttoward 57f 2 pow 58f 2 remainder 59f 1 rint 60f 1 round 61f 2 scalb 62f 2 scalbn 63i 1 signbit 64f 1 sin 65f 1 sinh 66f 1 sqrt 67f 1 tan 68f 1 tanh 69f 1 tgamma 70f 1 trunc 71f 1 y0 72f 1 y1 73f 2 yn 74