zheng f326829555 仓库 1 주 전
..
.github f326829555 仓库 1 주 전
constants f326829555 仓库 1 주 전
test f326829555 仓库 1 주 전
.eslintrc f326829555 仓库 1 주 전
CHANGELOG.md f326829555 仓库 1 주 전
LICENSE f326829555 仓库 1 주 전
README.md f326829555 仓库 1 주 전
abs.d.ts f326829555 仓库 1 주 전
abs.js f326829555 仓库 1 주 전
floor.d.ts f326829555 仓库 1 주 전
floor.js f326829555 仓库 1 주 전
isFinite.d.ts f326829555 仓库 1 주 전
isFinite.js f326829555 仓库 1 주 전
isInteger.d.ts f326829555 仓库 1 주 전
isInteger.js f326829555 仓库 1 주 전
isNaN.d.ts f326829555 仓库 1 주 전
isNaN.js f326829555 仓库 1 주 전
isNegativeZero.d.ts f326829555 仓库 1 주 전
isNegativeZero.js f326829555 仓库 1 주 전
max.d.ts f326829555 仓库 1 주 전
max.js f326829555 仓库 1 주 전
min.d.ts f326829555 仓库 1 주 전
min.js f326829555 仓库 1 주 전
mod.d.ts f326829555 仓库 1 주 전
mod.js f326829555 仓库 1 주 전
package.json f326829555 仓库 1 주 전
pow.d.ts f326829555 仓库 1 주 전
pow.js f326829555 仓库 1 주 전
round.d.ts f326829555 仓库 1 주 전
round.js f326829555 仓库 1 주 전
sign.d.ts f326829555 仓库 1 주 전
sign.js f326829555 仓库 1 주 전
tsconfig.json f326829555 仓库 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.