abs-arbitrary-precision
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "abs-arbitrary-precision", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "abs abstraction to extend core-arbitrary-precision", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -25,5 +25,5 @@ # abs-arbitrary-precision | ||
new Decimal('-12').abs().valueOf(); // => -12 | ||
new Decimal('-12').abs().valueOf(); // => 12 | ||
``` | ||
See [spec](test/spec.js). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5372