xref: /titanic_41/usr/src/lib/libshell/common/data/math.tab (revision 9e86db79b7d1bbc5f2f04e99954cbd5eae0e22bb)
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) 2008-05-22
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 2 isless
37i 2 islessequal
38i 2 islessgreater
39i 1 isnan
40i 1 isnormal
41i 1 issubnormal
42i 2 isunordered
43i 1 iszero
44f 1 lgamma
45f 1 log
46f 1 log1p
47f 1 log2
48f 1 logb
49f 1 nearbyint
50f 2 nextafter
51f 2 nexttoward
52f 2 pow
53f 2 remainder
54f 1 rint
55f 1 round
56f 2 scalb
57f 2 scalbn
58i 1 signbit
59f 1 sin
60f 1 sinh
61f 1 sqrt
62f 1 tan
63f 1 tanh
64f 1 tgamma
65f 1 trunc
66