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

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.