seven 717b51f178 init 6 giorni fa
..
.github 717b51f178 init 6 giorni fa
constants 717b51f178 init 6 giorni fa
test 717b51f178 init 6 giorni fa
.eslintrc 717b51f178 init 6 giorni fa
CHANGELOG.md 717b51f178 init 6 giorni fa
LICENSE 717b51f178 init 6 giorni fa
README.md 717b51f178 init 6 giorni fa
abs.d.ts 717b51f178 init 6 giorni fa
abs.js 717b51f178 init 6 giorni fa
floor.d.ts 717b51f178 init 6 giorni fa
floor.js 717b51f178 init 6 giorni fa
isFinite.d.ts 717b51f178 init 6 giorni fa
isFinite.js 717b51f178 init 6 giorni fa
isInteger.d.ts 717b51f178 init 6 giorni fa
isInteger.js 717b51f178 init 6 giorni fa
isNaN.d.ts 717b51f178 init 6 giorni fa
isNaN.js 717b51f178 init 6 giorni fa
isNegativeZero.d.ts 717b51f178 init 6 giorni fa
isNegativeZero.js 717b51f178 init 6 giorni fa
max.d.ts 717b51f178 init 6 giorni fa
max.js 717b51f178 init 6 giorni fa
min.d.ts 717b51f178 init 6 giorni fa
min.js 717b51f178 init 6 giorni fa
mod.d.ts 717b51f178 init 6 giorni fa
mod.js 717b51f178 init 6 giorni fa
package.json 717b51f178 init 6 giorni fa
pow.d.ts 717b51f178 init 6 giorni fa
pow.js 717b51f178 init 6 giorni fa
round.d.ts 717b51f178 init 6 giorni fa
round.js 717b51f178 init 6 giorni fa
sign.d.ts 717b51f178 init 6 giorni fa
sign.js 717b51f178 init 6 giorni fa
tsconfig.json 717b51f178 init 6 giorni fa

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.