郑柏铃 8ea30b386c webpack il y a 5 jours
..
.github 8ea30b386c webpack il y a 5 jours
constants 8ea30b386c webpack il y a 5 jours
test 8ea30b386c webpack il y a 5 jours
.eslintrc 8ea30b386c webpack il y a 5 jours
CHANGELOG.md 8ea30b386c webpack il y a 5 jours
LICENSE 8ea30b386c webpack il y a 5 jours
README.md 8ea30b386c webpack il y a 5 jours
abs.d.ts 8ea30b386c webpack il y a 5 jours
abs.js 8ea30b386c webpack il y a 5 jours
floor.d.ts 8ea30b386c webpack il y a 5 jours
floor.js 8ea30b386c webpack il y a 5 jours
isFinite.d.ts 8ea30b386c webpack il y a 5 jours
isFinite.js 8ea30b386c webpack il y a 5 jours
isInteger.d.ts 8ea30b386c webpack il y a 5 jours
isInteger.js 8ea30b386c webpack il y a 5 jours
isNaN.d.ts 8ea30b386c webpack il y a 5 jours
isNaN.js 8ea30b386c webpack il y a 5 jours
isNegativeZero.d.ts 8ea30b386c webpack il y a 5 jours
isNegativeZero.js 8ea30b386c webpack il y a 5 jours
max.d.ts 8ea30b386c webpack il y a 5 jours
max.js 8ea30b386c webpack il y a 5 jours
min.d.ts 8ea30b386c webpack il y a 5 jours
min.js 8ea30b386c webpack il y a 5 jours
mod.d.ts 8ea30b386c webpack il y a 5 jours
mod.js 8ea30b386c webpack il y a 5 jours
package.json 8ea30b386c webpack il y a 5 jours
pow.d.ts 8ea30b386c webpack il y a 5 jours
pow.js 8ea30b386c webpack il y a 5 jours
round.d.ts 8ea30b386c webpack il y a 5 jours
round.js 8ea30b386c webpack il y a 5 jours
sign.d.ts 8ea30b386c webpack il y a 5 jours
sign.js 8ea30b386c webpack il y a 5 jours
tsconfig.json 8ea30b386c webpack il y a 5 jours

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.