A collection of ways for transforming functions.
📦 Node.js,
🌐 Web,
📜 Files,
📰 JSDoc,
📘 Wiki.
A function is a relation or expression involving one or more variables.
This package is available in both Node.js and Web formats. The web format is
exposed as extra_math standalone variable and can be loaded from jsDelivr CDN.
Stability: Experimental.
const math = require('extra-math');
math.sum(1, 2, 3, 4);
math.median(1, 7, 8);
math.variance(1, 2, 3, 4);
math.lcm(2, 3, 4);
Index
| [rem] | Find the remainder of x/y with sign of x (truncated division). |
References
