mathtool-js
Version:
A lightweight and powerful JavaScript math library that includes number theory, combinatorics, and trigonometry functions.
31 lines (30 loc) • 660 B
JSON
{
"name": "mathtool-js",
"version": "1.0.5",
"description": "A lightweight and powerful JavaScript math library that includes number theory, combinatorics, and trigonometry functions.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"repository": {
"url": "https://github.com/beginner-jhj/mathkit.js"
},
"keywords": [
"math",
"mathematics",
"math-library",
"prime",
"gcd",
"lcm",
"factorial",
"combinatorics",
"permutation",
"combination",
"secant",
"cosecant",
"cotangent"
],
"type": "module",
"author": "jhj",
"license": "MIT"
}