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