UNPKG

@nexys/math-ts

Version:

[![npm version](https://badge.fury.io/js/%40nexys%2Fmath-ts.svg)](https://www.npmjs.com/package/@nexys/math-ts) [![TavisCI](https://travis-ci.com/Nexysweb/tableau-wdc-react.svg?branch=master)](https://travis-ci.com/github/Nexysweb/math-ts) [![Deployment](

4 lines (3 loc) 165 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.simple = (x, f, delta = .00001) => (f(x + delta) - f(x - delta)) / (2 * delta);