123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- [
- {"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"]
- }
- ]
|