]> gitweb.factorcode.org Git - factor.git/blob - core/math/arc-trig-hyp.facts
more sql changes
[factor.git] / core / math / arc-trig-hyp.facts
1 USING: help math ;
2
3 HELP: acosh
4 $values-x/y
5 { $description "Inverse hyperbolic cosine." } ;
6
7 HELP: asech
8 $values-x/y
9 { $description "Inverse hyperbolic secant." } ;
10
11 HELP: asinh
12 $values-x/y
13 { $description "Inverse hyperbolic sine." } ;
14
15 HELP: asinh
16 $values-x/y
17 { $description "Inverse hyperbolic sine." } ;
18
19 HELP: acosech
20 $values-x/y
21 { $description "Inverse hyperbolic cosecant." } ;
22
23 HELP: atanh
24 $values-x/y
25 { $description "Inverse hyperbolic tangent." } ;
26
27 HELP: acoth
28 $values-x/y
29 { $description "Inverse hyperbolic cotangent." } ;
30
31 HELP: acos
32 $values-x/y
33 { $description "Inverse trigonometric cosine." } ;
34
35 HELP: asec
36 $values-x/y
37 { $description "Inverse trigonometric secant." } ;
38
39 HELP: asin
40 $values-x/y
41 { $description "Inverse trigonometric sine." } ;
42
43 HELP: asin
44 $values-x/y
45 { $description "Inverse trigonometric sine." } ;
46
47 HELP: acosec
48 $values-x/y
49 { $description "Inverse trigonometric cosecant." } ;
50
51 HELP: atan
52 $values-x/y
53 { $description "Inverse trigonometric tangent." } ;
54
55 HELP: acot
56 $values-x/y
57 { $description "Inverse trigonometric cotangent." } ;