8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / libshell / common / data / math.tab
blob412154c23a8a43ceb2c0723d145164dcad012042
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
4 f 1 acos
5 f 1 acosh
6 f 1 asin
7 f 1 asinh
8 f 1 atan
9 f 2 atan2
10 f 1 atanh
11 f 1 cbrt
12 f 1 ceil
13 f 2 copysign
14 f 1 cos
15 f 1 cosh
16 f 1 erf
17 f 1 erfc
18 f 1 exp
19 f 1 exp2
20 f 1 expm1
21 f 1 fabs abs
22 f 2 fdim
23 f 1 finite
24 f 1 floor int
25 f 3 fma
26 f 2 fmax
27 f 2 fmin
28 f 2 fmod
29 i 1 fpclassify
30 f 2 hypot
31 i 1 ilogb
32 i 1 isfinite
33 i 2 isgreater
34 i 2 isgreaterequal
35 i 1 isinf
36 i 1 isinfinite
37 i 2 isless
38 i 2 islessequal
39 i 2 islessgreater
40 i 1 isnan
41 i 1 isnormal
42 i 1 issubnormal fpclassify=FP_SUBNORMAL
43 i 2 isunordered
44 i 1 iszero fpclassify=FP_ZERO
45 f 1 j0
46 f 1 j1
47 f 2 jn
48 f 1 lgamma
49 f 1 log
50 f 1 log10
51 f 1 log1p
52 f 1 log2
53 f 1 logb
54 f 1 nearbyint
55 f 2 nextafter
56 f 2 nexttoward
57 f 2 pow
58 f 2 remainder
59 f 1 rint
60 f 1 round
61 f 2 scalb
62 f 2 scalbn
63 i 1 signbit
64 f 1 sin
65 f 1 sinh
66 f 1 sqrt
67 f 1 tan
68 f 1 tanh
69 f 1 tgamma
70 f 1 trunc
71 f 1 y0
72 f 1 y1
73 f 2 yn