zheng f326829555 仓库 1 hónapja
..
.github f326829555 仓库 1 hónapja
constants f326829555 仓库 1 hónapja
test f326829555 仓库 1 hónapja
.eslintrc f326829555 仓库 1 hónapja
CHANGELOG.md f326829555 仓库 1 hónapja
LICENSE f326829555 仓库 1 hónapja
README.md f326829555 仓库 1 hónapja
abs.d.ts f326829555 仓库 1 hónapja
abs.js f326829555 仓库 1 hónapja
floor.d.ts f326829555 仓库 1 hónapja
floor.js f326829555 仓库 1 hónapja
isFinite.d.ts f326829555 仓库 1 hónapja
isFinite.js f326829555 仓库 1 hónapja
isInteger.d.ts f326829555 仓库 1 hónapja
isInteger.js f326829555 仓库 1 hónapja
isNaN.d.ts f326829555 仓库 1 hónapja
isNaN.js f326829555 仓库 1 hónapja
isNegativeZero.d.ts f326829555 仓库 1 hónapja
isNegativeZero.js f326829555 仓库 1 hónapja
max.d.ts f326829555 仓库 1 hónapja
max.js f326829555 仓库 1 hónapja
min.d.ts f326829555 仓库 1 hónapja
min.js f326829555 仓库 1 hónapja
mod.d.ts f326829555 仓库 1 hónapja
mod.js f326829555 仓库 1 hónapja
package.json f326829555 仓库 1 hónapja
pow.d.ts f326829555 仓库 1 hónapja
pow.js f326829555 仓库 1 hónapja
round.d.ts f326829555 仓库 1 hónapja
round.js f326829555 仓库 1 hónapja
sign.d.ts f326829555 仓库 1 hónapja
sign.js f326829555 仓库 1 hónapja
tsconfig.json f326829555 仓库 1 hónapja

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.