@phensley/decimal
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -20,5 +20,5 @@ import { NumberOperands } from './operands'; | ||
* | ||
* -1 if u < v | ||
* -1 if u < v | ||
* 0 if u = v | ||
* 1 if u > v | ||
* 1 if u > v | ||
* | ||
@@ -25,0 +25,0 @@ * If the abs flag is true compare the absolute values. |
@@ -67,5 +67,5 @@ "use strict"; | ||
* | ||
* -1 if u < v | ||
* -1 if u < v | ||
* 0 if u = v | ||
* 1 if u > v | ||
* 1 if u > v | ||
* | ||
@@ -72,0 +72,0 @@ * If the abs flag is true compare the absolute values. |
{ | ||
"name": "@phensley/decimal", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Arbitrary precision decimal math", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
106967