mmpSearch/assets/js/creations/server/node_modules/math-intrinsics
JotaChina 07562989cf
Deploy / Deploy (push) Successful in 1m16s Details
sync mode on
2025-10-26 16:43:01 -03:00
..
.github sync mode on 2025-10-26 16:43:01 -03:00
constants sync mode on 2025-10-26 16:43:01 -03:00
test sync mode on 2025-10-26 16:43:01 -03:00
.eslintrc sync mode on 2025-10-26 16:43:01 -03:00
CHANGELOG.md sync mode on 2025-10-26 16:43:01 -03:00
LICENSE sync mode on 2025-10-26 16:43:01 -03:00
README.md sync mode on 2025-10-26 16:43:01 -03:00
abs.d.ts sync mode on 2025-10-26 16:43:01 -03:00
abs.js sync mode on 2025-10-26 16:43:01 -03:00
floor.d.ts sync mode on 2025-10-26 16:43:01 -03:00
floor.js sync mode on 2025-10-26 16:43:01 -03:00
isFinite.d.ts sync mode on 2025-10-26 16:43:01 -03:00
isFinite.js sync mode on 2025-10-26 16:43:01 -03:00
isInteger.d.ts sync mode on 2025-10-26 16:43:01 -03:00
isInteger.js sync mode on 2025-10-26 16:43:01 -03:00
isNaN.d.ts sync mode on 2025-10-26 16:43:01 -03:00
isNaN.js sync mode on 2025-10-26 16:43:01 -03:00
isNegativeZero.d.ts sync mode on 2025-10-26 16:43:01 -03:00
isNegativeZero.js sync mode on 2025-10-26 16:43:01 -03:00
max.d.ts sync mode on 2025-10-26 16:43:01 -03:00
max.js sync mode on 2025-10-26 16:43:01 -03:00
min.d.ts sync mode on 2025-10-26 16:43:01 -03:00
min.js sync mode on 2025-10-26 16:43:01 -03:00
mod.d.ts sync mode on 2025-10-26 16:43:01 -03:00
mod.js sync mode on 2025-10-26 16:43:01 -03:00
package.json sync mode on 2025-10-26 16:43:01 -03:00
pow.d.ts sync mode on 2025-10-26 16:43:01 -03:00
pow.js sync mode on 2025-10-26 16:43:01 -03:00
round.d.ts sync mode on 2025-10-26 16:43:01 -03:00
round.js sync mode on 2025-10-26 16:43:01 -03:00
sign.d.ts sync mode on 2025-10-26 16:43:01 -03:00
sign.js sync mode on 2025-10-26 16:43:01 -03:00
tsconfig.json sync mode on 2025-10-26 16:43:01 -03:00

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.