X\choro 48f1b97cc3 first commit 10 mēneši atpakaļ
..
.github 48f1b97cc3 first commit 10 mēneši atpakaļ
constants 48f1b97cc3 first commit 10 mēneši atpakaļ
test 48f1b97cc3 first commit 10 mēneši atpakaļ
.eslintrc 48f1b97cc3 first commit 10 mēneši atpakaļ
CHANGELOG.md 48f1b97cc3 first commit 10 mēneši atpakaļ
LICENSE 48f1b97cc3 first commit 10 mēneši atpakaļ
README.md 48f1b97cc3 first commit 10 mēneši atpakaļ
abs.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
abs.js 48f1b97cc3 first commit 10 mēneši atpakaļ
floor.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
floor.js 48f1b97cc3 first commit 10 mēneši atpakaļ
isFinite.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
isFinite.js 48f1b97cc3 first commit 10 mēneši atpakaļ
isInteger.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
isInteger.js 48f1b97cc3 first commit 10 mēneši atpakaļ
isNaN.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
isNaN.js 48f1b97cc3 first commit 10 mēneši atpakaļ
isNegativeZero.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
isNegativeZero.js 48f1b97cc3 first commit 10 mēneši atpakaļ
max.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
max.js 48f1b97cc3 first commit 10 mēneši atpakaļ
min.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
min.js 48f1b97cc3 first commit 10 mēneši atpakaļ
mod.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
mod.js 48f1b97cc3 first commit 10 mēneši atpakaļ
package.json 48f1b97cc3 first commit 10 mēneši atpakaļ
pow.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
pow.js 48f1b97cc3 first commit 10 mēneši atpakaļ
round.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
round.js 48f1b97cc3 first commit 10 mēneši atpakaļ
sign.d.ts 48f1b97cc3 first commit 10 mēneši atpakaļ
sign.js 48f1b97cc3 first commit 10 mēneši atpakaļ
tsconfig.json 48f1b97cc3 first commit 10 mēneši atpakaļ

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.