UNPKG

319 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.absDocs = void 0;
7var absDocs = {
8 name: 'abs',
9 category: 'Arithmetic',
10 syntax: ['abs(x)'],
11 description: 'Compute the absolute value.',
12 examples: ['abs(3.5)', 'abs(-4.2)'],
13 seealso: ['sign']
14};
15exports.absDocs = absDocs;
\No newline at end of file