hyperbolic.js 2.8 KB
[
  {"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"]
  }
]