UNPKG

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