UNPKG

simpsons-rule

Version:

A small function for numerically integrating a function with simpsons rule

19 lines (18 loc) 434 B
{ "name": "simpsons-rule", "version": "1.0.0", "description": "A small function for numerically integrating a function with simpsons rule", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "math", "integration", "numerical", "simpsons" ], "author": "Chip Bell", "license": "MIT", "repository": "github.com:chipbell4/simpsons-rule.git" }