15270821319 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
..
.github 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
constants 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
test 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
.eslintrc 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
CHANGELOG.md 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
LICENSE 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
README.md 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
abs.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
abs.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
floor.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
floor.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
isFinite.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
isFinite.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
isInteger.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
isInteger.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
isNaN.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
isNaN.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
isNegativeZero.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
isNegativeZero.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
max.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
max.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
min.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
min.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
mod.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
mod.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
package.json 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
pow.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
pow.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
round.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
round.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
sign.d.ts 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
sign.js 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce
tsconfig.json 4e5c5d37f9 初步设计数据库,注册登录 10 ay önce

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.