hyperbolic.json revision cedac228d2dd51db4b79ea1e72c7f249408ee061
1[
2  {"category": "Hyperbolic",
3   "mappings": {
4     "default": {
5       "default": "hyperbolic cosine function",
6       "short": "hyperbolic cosine"
7     }
8   },
9   "key": "cosh",
10   "names": ["cosh"]
11  },
12  {"category": "Hyperbolic",
13   "mappings": {
14     "default": {
15       "default": "hyperbolic cotangent function",
16       "short": "hyperbolic cotangent"} },
17   "key": "coth",
18   "names": ["coth"]
19  },
20  {"category": "Hyperbolic",
21   "mappings": {
22     "default": {
23       "default": "hyperbolic cosecant function",
24       "short": "hyperbolic cosecant"} },
25   "key": "csch",
26   "names": ["csch"]
27  },
28  {"category": "Hyperbolic",
29   "mappings": {
30     "default": {
31       "default": "hyperbolic secant function",
32       "short": "hyperbolic secant"} },
33   "key": "sech",
34   "names": ["sech"]
35  },
36  {"category": "Hyperbolic",
37   "mappings": {
38     "default": {
39       "default": "hyperbolic sine function",
40       "short": "hyperbolic sine"
41     }
42   },
43   "key": "sinh",
44   "names": ["sinh"]
45  },
46  {"category": "Hyperbolic",
47   "mappings": {
48     "default": {
49       "default": "hyperbolic tangent function",
50       "short": "hyperbolic tangent"} },
51   "key": "tanh",
52   "names": ["tanh"]
53  },
54
55  {"category": "Area",
56   "mappings": {
57     "default": {
58       "default": "inverse hyperbolic cosine function",
59       "alternative": "area hyperbolic cosine function",
60       "short": "area hyperbolic cosine"} },
61   "key": "arcosh",
62   "names": ["arcosh", "arccosh"]
63  },
64  {"category": "Area",
65   "mappings": {
66     "default": {
67       "default": "inverse hyperbolic cotangent function",
68       "alternative": "area hyperbolic cotangent function",
69       "short": "area hyperbolic cotangent"} },
70   "key": "arcoth",
71   "names": ["arcoth", "arccoth"]
72  },
73  {"category": "Area",
74   "mappings": {
75     "default": {
76       "default": "inverse hyperbolic cosecant function",
77       "alternative": "area hyperbolic cosecant function",
78       "short": "area hyperbolic cosecant"} },
79   "key": "arcsch",
80   "names": ["arcsch", "arccsch"]
81  },
82  {"category": "Area",
83   "mappings": {
84     "default": {
85       "default": "inverse hyperbolic secant function",
86       "alternative": "area hyperbolic secant function",
87       "short": "area hyperbolic secant"} },
88   "key": "arsech",
89   "names": ["arsech", "arcsech"]
90  },
91  {"category": "Area",
92   "mappings": {
93     "default": {
94       "default": "inverse hyperbolic sine function",
95       "alternative": "area hyperbolic sine function",
96       "short": "area hyperbolic sine"} },
97   "key": "arsinh",
98   "names": ["arsinh", "arcsinh"]
99  },
100  {"category": "Area",
101   "mappings": {
102     "default": {
103       "default": "inverse hyperbolic tangent function",
104       "alternative": "area hyperbolic tangent function",
105       "short": "area hyperbolic tangent"} },
106   "key": "artanh",
107   "names": ["artanh", "arctanh"]
108  }
109]
110