UNPKG

399 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.erfDocs = void 0;
7var erfDocs = {
8 name: 'erf',
9 category: 'Special',
10 syntax: ['erf(x)'],
11 description: 'Compute the erf function of a value using a rational Chebyshev approximations for different intervals of x',
12 examples: ['erf(0.2)', 'erf(-0.5)', 'erf(4)'],
13 seealso: []
14};
15exports.erfDocs = erfDocs;
\No newline at end of file