trigonometry.json revision cedac228d2dd51db4b79ea1e72c7f249408ee061
1[
2  {"category": "Trigonometric",
3   "mappings": {
4     "default": {
5       "default": "cosine function",
6       "short": "cosine"
7     }
8   },
9   "key": "cos",
10   "names": ["cos", "cosine"]
11  },
12  {"category": "Trigonometric",
13   "mappings": {
14     "default": {
15       "default": "cotangent function",
16       "short": "cotangent"} },
17   "key": "cot",
18   "names": ["cot"]
19  },
20  {"category": "Trigonometric",
21   "mappings": {
22     "default": {
23       "default": "cosecant function",
24       "short": "cosecant"} },
25   "key": "csc",
26   "names": ["csc"]
27  },
28  {"category": "Trigonometric",
29   "mappings": {
30     "default": {
31       "default": "secant function",
32       "short": "secant"} },
33   "key": "sec",
34   "names": ["sec"]
35  },
36  {"category": "Trigonometric",
37   "mappings": {
38     "default": {
39       "default": "sine function",
40       "alternative": "sine function",
41       "short": "sine"
42     }
43   },
44   "key": "sin",
45   "names": ["sin", "sine"]
46  },
47  {"category": "Trigonometric",
48   "mappings": {
49     "default": {
50       "default": "tangent function",
51       "short": "tangent"} },
52   "key": "tan",
53   "names": ["tan"]
54  },
55
56  {"category": "Cyclometric",
57   "mappings": {
58     "default": {
59       "default": "inverse cosine function",
60       "alternative": "arc cosine function",
61       "short": "arc cosine"} },
62   "key": "arccos",
63   "names": ["arccos"]
64  },
65  {"category": "Cyclometric",
66   "mappings": {
67     "default": {
68       "default": "inverse cotangent function",
69       "alternative": "arc cotangent function",
70       "short": "arc cotangent"} },
71   "key": "arccot",
72   "names": ["arccot"]
73  },
74  {"category": "Cyclometric",
75   "mappings": {
76     "default": {
77       "default": "inverse cosecant function",
78       "alternative": "arc cosecant function",
79       "short": "arc cosecant"} },
80   "key": "arccsc",
81   "names": ["arccsc"]
82  },
83  {"category": "Cyclometric",
84   "mappings": {
85     "default": {
86       "default": "inverse secant function",
87       "alternative": "arc secant function",
88       "short": "arc secant"} },
89   "key": "arcsec",
90   "names": ["arcsec"]
91  },
92  {"category": "Cyclometric",
93   "mappings": {
94     "default": {
95       "default": "inverse sine function",
96       "alternative": "arc sine function",
97       "short": "arc sine"} },
98   "key": "arcsin",
99   "names": ["arcsin"]
100  },
101  {"category": "Cyclometric",
102   "mappings": {
103     "default": {
104       "default": "inverse tangent function",
105       "alternative": "arc tangent function",
106       "short": "arc tangent"} },
107   "key": "arctan",
108   "names": ["arctan"]
109  }
110]
111