Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.78 KB

pow10.md

File metadata and controls

38 lines (30 loc) · 1.78 KB

Type Enforcer Math

An extension of type-enforcer with Math related data types and enforcer functions

npm build coverage deps size vulnerabilities license


pow10(n) ⇒ number

Performance optimized version of Math.pow(10, n) for integers (up to 2x improvement for certain values).

Param Type Description
n number Must be an int.