hyperbolic.js
2.8 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[
{"category": "Hyperbolic",
"mappings": {
"default": {
"default": "hyperbolic cosine function",
"short": "hyperbolic cosine"
}
},
"key": "cosh",
"names": ["cosh"]
},
{"category": "Hyperbolic",
"mappings": {
"default": {
"default": "hyperbolic cotangent function",
"short": "hyperbolic cotangent"} },
"key": "coth",
"names": ["coth"]
},
{"category": "Hyperbolic",
"mappings": {
"default": {
"default": "hyperbolic cosecant function",
"short": "hyperbolic cosecant"} },
"key": "csch",
"names": ["csch"]
},
{"category": "Hyperbolic",
"mappings": {
"default": {
"default": "hyperbolic secant function",
"short": "hyperbolic secant"} },
"key": "sech",
"names": ["sech"]
},
{"category": "Hyperbolic",
"mappings": {
"default": {
"default": "hyperbolic sine function",
"short": "hyperbolic sine"
}
},
"key": "sinh",
"names": ["sinh"]
},
{"category": "Hyperbolic",
"mappings": {
"default": {
"default": "hyperbolic tangent function",
"short": "hyperbolic tangent"} },
"key": "tanh",
"names": ["tanh"]
},
{"category": "Area",
"mappings": {
"default": {
"default": "inverse hyperbolic cosine function",
"alternative": "area hyperbolic cosine function",
"short": "area hyperbolic cosine"} },
"key": "arcosh",
"names": ["arcosh", "arccosh"]
},
{"category": "Area",
"mappings": {
"default": {
"default": "inverse hyperbolic cotangent function",
"alternative": "area hyperbolic cotangent function",
"short": "area hyperbolic cotangent"} },
"key": "arcoth",
"names": ["arcoth", "arccoth"]
},
{"category": "Area",
"mappings": {
"default": {
"default": "inverse hyperbolic cosecant function",
"alternative": "area hyperbolic cosecant function",
"short": "area hyperbolic cosecant"} },
"key": "arcsch",
"names": ["arcsch", "arccsch"]
},
{"category": "Area",
"mappings": {
"default": {
"default": "inverse hyperbolic secant function",
"alternative": "area hyperbolic secant function",
"short": "area hyperbolic secant"} },
"key": "arsech",
"names": ["arsech", "arcsech"]
},
{"category": "Area",
"mappings": {
"default": {
"default": "inverse hyperbolic sine function",
"alternative": "area hyperbolic sine function",
"short": "area hyperbolic sine"} },
"key": "arsinh",
"names": ["arsinh", "arcsinh"]
},
{"category": "Area",
"mappings": {
"default": {
"default": "inverse hyperbolic tangent function",
"alternative": "area hyperbolic tangent function",
"short": "area hyperbolic tangent"} },
"key": "artanh",
"names": ["artanh", "arctanh"]
}
]