0.0.62 • Published 4 years ago

@extra-bigint/root-mean-square v0.0.62

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Gives absolute value. šŸ“¦ NPM, 😺 GitHub, šŸƒ RunKit, šŸŒ” Minified, šŸ“œ Files, šŸ“° JSDoc, šŸ“˜ Wiki.

This is part of package extra-bigint.

bigint.rootMeanSquare(x);
// x: a bigint
const bigint = require('extra-bigint');

bigint.rootMeanSquare(-5n);
// 5n

bigint.rootMeanSquare(5n);
// 5n

bigint.rootMeanSquare(0n);
// 0n

References

0.0.62

4 years ago

0.0.60

4 years ago

0.0.61

4 years ago

0.0.56

5 years ago

0.0.55

5 years ago

0.0.54

5 years ago

0.0.53

5 years ago

0.0.51

5 years ago

0.0.49

5 years ago

0.0.50

5 years ago

0.0.48

5 years ago