hyperbolic.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. {"category": "Area",
  55. "mappings": {
  56. "default": {
  57. "default": "inverse hyperbolic cosine function",
  58. "alternative": "area hyperbolic cosine function",
  59. "short": "area hyperbolic cosine"} },
  60. "key": "arcosh",
  61. "names": ["arcosh", "arccosh"]
  62. },
  63. {"category": "Area",
  64. "mappings": {
  65. "default": {
  66. "default": "inverse hyperbolic cotangent function",
  67. "alternative": "area hyperbolic cotangent function",
  68. "short": "area hyperbolic cotangent"} },
  69. "key": "arcoth",
  70. "names": ["arcoth", "arccoth"]
  71. },
  72. {"category": "Area",
  73. "mappings": {
  74. "default": {
  75. "default": "inverse hyperbolic cosecant function",
  76. "alternative": "area hyperbolic cosecant function",
  77. "short": "area hyperbolic cosecant"} },
  78. "key": "arcsch",
  79. "names": ["arcsch", "arccsch"]
  80. },
  81. {"category": "Area",
  82. "mappings": {
  83. "default": {
  84. "default": "inverse hyperbolic secant function",
  85. "alternative": "area hyperbolic secant function",
  86. "short": "area hyperbolic secant"} },
  87. "key": "arsech",
  88. "names": ["arsech", "arcsech"]
  89. },
  90. {"category": "Area",
  91. "mappings": {
  92. "default": {
  93. "default": "inverse hyperbolic sine function",
  94. "alternative": "area hyperbolic sine function",
  95. "short": "area hyperbolic sine"} },
  96. "key": "arsinh",
  97. "names": ["arsinh", "arcsinh"]
  98. },
  99. {"category": "Area",
  100. "mappings": {
  101. "default": {
  102. "default": "inverse hyperbolic tangent function",
  103. "alternative": "area hyperbolic tangent function",
  104. "short": "area hyperbolic tangent"} },
  105. "key": "artanh",
  106. "names": ["artanh", "arctanh"]
  107. }
  108. ]