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

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.