htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
..
.github 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
constants 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
test 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
.eslintrc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
CHANGELOG.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
LICENSE 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
README.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
abs.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
abs.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
floor.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
floor.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
isFinite.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
isFinite.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
isInteger.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
isInteger.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
isNaN.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
isNaN.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
isNegativeZero.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
isNegativeZero.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
max.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
max.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
min.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
min.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
mod.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
mod.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
package.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
pow.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
pow.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
round.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
round.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
sign.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
sign.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred
tsconfig.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesiacov pred

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.