@stdlib/math-base-tools-sum-series
Version:
Compute the sum of an infinite series.
67 lines (66 loc) • 1.42 kB
JSON
{
"name": "@stdlib/math-base-tools-sum-series",
"version": "0.2.2",
"description": "Compute the sum of an infinite series.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/math-base-tools-sum-series.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-generator-support": "^0.2.2",
"@stdlib/constants-float64-eps": "^0.2.2",
"@stdlib/math-base-special-abs": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdmath",
"mathematics",
"math",
"series",
"fraction",
"expansion"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}