trigonometry.js 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. {"category": "Cyclometric",
  56. "mappings": {
  57. "default": {
  58. "default": "inverse cosine function",
  59. "alternative": "arc cosine function",
  60. "short": "arc cosine"} },
  61. "key": "arccos",
  62. "names": ["arccos"]
  63. },
  64. {"category": "Cyclometric",
  65. "mappings": {
  66. "default": {
  67. "default": "inverse cotangent function",
  68. "alternative": "arc cotangent function",
  69. "short": "arc cotangent"} },
  70. "key": "arccot",
  71. "names": ["arccot"]
  72. },
  73. {"category": "Cyclometric",
  74. "mappings": {
  75. "default": {
  76. "default": "inverse cosecant function",
  77. "alternative": "arc cosecant function",
  78. "short": "arc cosecant"} },
  79. "key": "arccsc",
  80. "names": ["arccsc"]
  81. },
  82. {"category": "Cyclometric",
  83. "mappings": {
  84. "default": {
  85. "default": "inverse secant function",
  86. "alternative": "arc secant function",
  87. "short": "arc secant"} },
  88. "key": "arcsec",
  89. "names": ["arcsec"]
  90. },
  91. {"category": "Cyclometric",
  92. "mappings": {
  93. "default": {
  94. "default": "inverse sine function",
  95. "alternative": "arc sine function",
  96. "short": "arc sine"} },
  97. "key": "arcsin",
  98. "names": ["arcsin"]
  99. },
  100. {"category": "Cyclometric",
  101. "mappings": {
  102. "default": {
  103. "default": "inverse tangent function",
  104. "alternative": "arc tangent function",
  105. "short": "arc tangent"} },
  106. "key": "arctan",
  107. "names": ["arctan"]
  108. }
  109. ]