xref: /titanic_41/usr/src/lib/libshell/common/data/math.tab (revision d29f5a711240f866521445b1656d114da090335e)
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) 2006-10-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 2 copysign
13f 1 cos
14f 1 cosh
15f 1 erf
16f 1 erfc
17f 1 exp
18f 1 exp2
19f 1 expm1
20f 1 fabs abs
21f 2 fdim
22f 1 finite
23f 1 floor int
24f 3 fma
25f 2 fmax
26f 2 fmin
27f 2 fmod
28i 1 fpclassify
29f 2 hypot
30i 1 ilogb
31i 1 isfinite
32i 2 isgreater
33i 2 isgreaterequal
34i 1 isinf
35i 2 isless
36i 2 islessequal
37i 2 islessgreater
38i 1 isnan
39i 1 isnormal
40i 1 issubnormal
41i 2 isunordered
42i 1 iszero
43f 1 lgamma
44f 1 log
45f 1 log1p
46f 1 log2
47f 1 logb
48f 1 nearbyint
49f 2 nextafter
50f 2 nexttoward
51f 2 pow
52f 2 remainder
53f 1 rint
54f 1 round
55f 2 scalb
56f 2 scalbn
57i 1 signbit
58f 1 sin
59f 1 sinh
60f 1 sqrt
61f 1 tan
62f 1 tanh
63f 1 tgamma
64f 1 trunc
65