agibalov d1106a4bc7 1 il y a 4 jours
..
.github d1106a4bc7 1 il y a 4 jours
constants d1106a4bc7 1 il y a 4 jours
test d1106a4bc7 1 il y a 4 jours
.eslintrc d1106a4bc7 1 il y a 4 jours
CHANGELOG.md d1106a4bc7 1 il y a 4 jours
LICENSE d1106a4bc7 1 il y a 4 jours
README.md d1106a4bc7 1 il y a 4 jours
abs.d.ts d1106a4bc7 1 il y a 4 jours
abs.js d1106a4bc7 1 il y a 4 jours
floor.d.ts d1106a4bc7 1 il y a 4 jours
floor.js d1106a4bc7 1 il y a 4 jours
isFinite.d.ts d1106a4bc7 1 il y a 4 jours
isFinite.js d1106a4bc7 1 il y a 4 jours
isInteger.d.ts d1106a4bc7 1 il y a 4 jours
isInteger.js d1106a4bc7 1 il y a 4 jours
isNaN.d.ts d1106a4bc7 1 il y a 4 jours
isNaN.js d1106a4bc7 1 il y a 4 jours
isNegativeZero.d.ts d1106a4bc7 1 il y a 4 jours
isNegativeZero.js d1106a4bc7 1 il y a 4 jours
max.d.ts d1106a4bc7 1 il y a 4 jours
max.js d1106a4bc7 1 il y a 4 jours
min.d.ts d1106a4bc7 1 il y a 4 jours
min.js d1106a4bc7 1 il y a 4 jours
mod.d.ts d1106a4bc7 1 il y a 4 jours
mod.js d1106a4bc7 1 il y a 4 jours
package.json d1106a4bc7 1 il y a 4 jours
pow.d.ts d1106a4bc7 1 il y a 4 jours
pow.js d1106a4bc7 1 il y a 4 jours
round.d.ts d1106a4bc7 1 il y a 4 jours
round.js d1106a4bc7 1 il y a 4 jours
sign.d.ts d1106a4bc7 1 il y a 4 jours
sign.js d1106a4bc7 1 il y a 4 jours
tsconfig.json d1106a4bc7 1 il y a 4 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.