zheng f326829555 仓库 před 1 týdnem
..
.github f326829555 仓库 před 1 týdnem
constants f326829555 仓库 před 1 týdnem
test f326829555 仓库 před 1 týdnem
.eslintrc f326829555 仓库 před 1 týdnem
CHANGELOG.md f326829555 仓库 před 1 týdnem
LICENSE f326829555 仓库 před 1 týdnem
README.md f326829555 仓库 před 1 týdnem
abs.d.ts f326829555 仓库 před 1 týdnem
abs.js f326829555 仓库 před 1 týdnem
floor.d.ts f326829555 仓库 před 1 týdnem
floor.js f326829555 仓库 před 1 týdnem
isFinite.d.ts f326829555 仓库 před 1 týdnem
isFinite.js f326829555 仓库 před 1 týdnem
isInteger.d.ts f326829555 仓库 před 1 týdnem
isInteger.js f326829555 仓库 před 1 týdnem
isNaN.d.ts f326829555 仓库 před 1 týdnem
isNaN.js f326829555 仓库 před 1 týdnem
isNegativeZero.d.ts f326829555 仓库 před 1 týdnem
isNegativeZero.js f326829555 仓库 před 1 týdnem
max.d.ts f326829555 仓库 před 1 týdnem
max.js f326829555 仓库 před 1 týdnem
min.d.ts f326829555 仓库 před 1 týdnem
min.js f326829555 仓库 před 1 týdnem
mod.d.ts f326829555 仓库 před 1 týdnem
mod.js f326829555 仓库 před 1 týdnem
package.json f326829555 仓库 před 1 týdnem
pow.d.ts f326829555 仓库 před 1 týdnem
pow.js f326829555 仓库 před 1 týdnem
round.d.ts f326829555 仓库 před 1 týdnem
round.js f326829555 仓库 před 1 týdnem
sign.d.ts f326829555 仓库 před 1 týdnem
sign.js f326829555 仓库 před 1 týdnem
tsconfig.json f326829555 仓库 před 1 týdnem

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.