erf.js 273 B

12345678
  1. export var erfDocs = {
  2. name: 'erf',
  3. category: 'Special',
  4. syntax: ['erf(x)'],
  5. description: 'Compute the erf function of a value using a rational Chebyshev approximations for different intervals of x',
  6. examples: ['erf(0.2)', 'erf(-0.5)', 'erf(4)'],
  7. seealso: []
  8. };