bankers-math
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -55,5 +55,2 @@ | ||
}, | ||
minmax (value, min, max) { | ||
return value < min ? min : (value > max ? max : value) | ||
}, | ||
calculateDiffraction ( amount, diffraction, normalisationMethod, rounding = 2 ) { | ||
@@ -60,0 +57,0 @@ let percentages = diffraction.map( (diff) => { return diff.percent } ) |
{ | ||
"name": "bankers-math", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Helper function for Bankers' calculus", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
9776
255