UNPKG

370 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.acosDocs = void 0;
7var acosDocs = {
8 name: 'acos',
9 category: 'Trigonometry',
10 syntax: ['acos(x)'],
11 description: 'Compute the inverse cosine of a value in radians.',
12 examples: ['acos(0.5)', 'acos(cos(2.3))'],
13 seealso: ['cos', 'atan', 'asin']
14};
15exports.acosDocs = acosDocs;
\No newline at end of file