You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YZY eef3e25414
branch149
11 months ago
..
.github branch149 11 months ago
constants branch149 11 months ago
test branch149 11 months ago
.eslintrc branch149 11 months ago
CHANGELOG.md branch149 11 months ago
LICENSE branch149 11 months ago
README.md branch149 11 months ago
abs.d.ts branch149 11 months ago
abs.js branch149 11 months ago
floor.d.ts branch149 11 months ago
floor.js branch149 11 months ago
isFinite.d.ts branch149 11 months ago
isFinite.js branch149 11 months ago
isInteger.d.ts branch149 11 months ago
isInteger.js branch149 11 months ago
isNaN.d.ts branch149 11 months ago
isNaN.js branch149 11 months ago
isNegativeZero.d.ts branch149 11 months ago
isNegativeZero.js branch149 11 months ago
max.d.ts branch149 11 months ago
max.js branch149 11 months ago
min.d.ts branch149 11 months ago
min.js branch149 11 months ago
mod.d.ts branch149 11 months ago
mod.js branch149 11 months ago
package.json branch149 11 months ago
pow.d.ts branch149 11 months ago
pow.js branch149 11 months ago
round.d.ts branch149 11 months ago
round.js branch149 11 months ago
sign.d.ts branch149 11 months ago
sign.js branch149 11 months ago
tsconfig.json branch149 11 months ago

README.md

math-intrinsics Version Badge

github actions coverage License Downloads

npm badge

ES Math-related intrinsics and helpers, robustly cached.

  • abs
  • floor
  • isFinite
  • isInteger
  • isNaN
  • isNegativeZero
  • max
  • min
  • mod
  • pow
  • round
  • sign
  • constants/maxArrayLength
  • constants/maxSafeInteger
  • constants/maxValue

Tests

Simply clone the repo, npm install, and run npm test

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.