大唐会议项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
1747191978@qq.com b052272915 后台pdf预览 4 months ago
..
.github 后台pdf预览 4 months ago
constants 后台pdf预览 4 months ago
test 后台pdf预览 4 months ago
.eslintrc 后台pdf预览 4 months ago
CHANGELOG.md 后台pdf预览 4 months ago
LICENSE 后台pdf预览 4 months ago
README.md 后台pdf预览 4 months ago
abs.d.ts 后台pdf预览 4 months ago
abs.js 后台pdf预览 4 months ago
floor.d.ts 后台pdf预览 4 months ago
floor.js 后台pdf预览 4 months ago
isFinite.d.ts 后台pdf预览 4 months ago
isFinite.js 后台pdf预览 4 months ago
isInteger.d.ts 后台pdf预览 4 months ago
isInteger.js 后台pdf预览 4 months ago
isNaN.d.ts 后台pdf预览 4 months ago
isNaN.js 后台pdf预览 4 months ago
isNegativeZero.d.ts 后台pdf预览 4 months ago
isNegativeZero.js 后台pdf预览 4 months ago
max.d.ts 后台pdf预览 4 months ago
max.js 后台pdf预览 4 months ago
min.d.ts 后台pdf预览 4 months ago
min.js 后台pdf预览 4 months ago
mod.d.ts 后台pdf预览 4 months ago
mod.js 后台pdf预览 4 months ago
package.json 后台pdf预览 4 months ago
pow.d.ts 后台pdf预览 4 months ago
pow.js 后台pdf预览 4 months ago
round.d.ts 后台pdf预览 4 months ago
round.js 后台pdf预览 4 months ago
sign.d.ts 后台pdf预览 4 months ago
sign.js 后台pdf预览 4 months ago
tsconfig.json 后台pdf预览 4 months ago

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.