0225304 479b0dd372 fit:first 1 주 전
..
.github 479b0dd372 fit:first 1 주 전
constants 479b0dd372 fit:first 1 주 전
test 479b0dd372 fit:first 1 주 전
.eslintrc 479b0dd372 fit:first 1 주 전
CHANGELOG.md 479b0dd372 fit:first 1 주 전
LICENSE 479b0dd372 fit:first 1 주 전
README.md 479b0dd372 fit:first 1 주 전
abs.d.ts 479b0dd372 fit:first 1 주 전
abs.js 479b0dd372 fit:first 1 주 전
floor.d.ts 479b0dd372 fit:first 1 주 전
floor.js 479b0dd372 fit:first 1 주 전
isFinite.d.ts 479b0dd372 fit:first 1 주 전
isFinite.js 479b0dd372 fit:first 1 주 전
isInteger.d.ts 479b0dd372 fit:first 1 주 전
isInteger.js 479b0dd372 fit:first 1 주 전
isNaN.d.ts 479b0dd372 fit:first 1 주 전
isNaN.js 479b0dd372 fit:first 1 주 전
isNegativeZero.d.ts 479b0dd372 fit:first 1 주 전
isNegativeZero.js 479b0dd372 fit:first 1 주 전
max.d.ts 479b0dd372 fit:first 1 주 전
max.js 479b0dd372 fit:first 1 주 전
min.d.ts 479b0dd372 fit:first 1 주 전
min.js 479b0dd372 fit:first 1 주 전
mod.d.ts 479b0dd372 fit:first 1 주 전
mod.js 479b0dd372 fit:first 1 주 전
package.json 479b0dd372 fit:first 1 주 전
pow.d.ts 479b0dd372 fit:first 1 주 전
pow.js 479b0dd372 fit:first 1 주 전
round.d.ts 479b0dd372 fit:first 1 주 전
round.js 479b0dd372 fit:first 1 주 전
sign.d.ts 479b0dd372 fit:first 1 주 전
sign.js 479b0dd372 fit:first 1 주 전
tsconfig.json 479b0dd372 fit:first 1 주 전

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.