e 92fdcc4d2a ts il y a 3 mois
..
.github 92fdcc4d2a ts il y a 3 mois
constants 92fdcc4d2a ts il y a 3 mois
test 92fdcc4d2a ts il y a 3 mois
.eslintrc 92fdcc4d2a ts il y a 3 mois
CHANGELOG.md 92fdcc4d2a ts il y a 3 mois
LICENSE 92fdcc4d2a ts il y a 3 mois
README.md 92fdcc4d2a ts il y a 3 mois
abs.d.ts 92fdcc4d2a ts il y a 3 mois
abs.js 92fdcc4d2a ts il y a 3 mois
floor.d.ts 92fdcc4d2a ts il y a 3 mois
floor.js 92fdcc4d2a ts il y a 3 mois
isFinite.d.ts 92fdcc4d2a ts il y a 3 mois
isFinite.js 92fdcc4d2a ts il y a 3 mois
isInteger.d.ts 92fdcc4d2a ts il y a 3 mois
isInteger.js 92fdcc4d2a ts il y a 3 mois
isNaN.d.ts 92fdcc4d2a ts il y a 3 mois
isNaN.js 92fdcc4d2a ts il y a 3 mois
isNegativeZero.d.ts 92fdcc4d2a ts il y a 3 mois
isNegativeZero.js 92fdcc4d2a ts il y a 3 mois
max.d.ts 92fdcc4d2a ts il y a 3 mois
max.js 92fdcc4d2a ts il y a 3 mois
min.d.ts 92fdcc4d2a ts il y a 3 mois
min.js 92fdcc4d2a ts il y a 3 mois
mod.d.ts 92fdcc4d2a ts il y a 3 mois
mod.js 92fdcc4d2a ts il y a 3 mois
package.json 92fdcc4d2a ts il y a 3 mois
pow.d.ts 92fdcc4d2a ts il y a 3 mois
pow.js 92fdcc4d2a ts il y a 3 mois
round.d.ts 92fdcc4d2a ts il y a 3 mois
round.js 92fdcc4d2a ts il y a 3 mois
sign.d.ts 92fdcc4d2a ts il y a 3 mois
sign.js 92fdcc4d2a ts il y a 3 mois
tsconfig.json 92fdcc4d2a ts il y a 3 mois

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.