bankers-math
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -28,2 +28,4 @@ | ||
variance (list) { | ||
if (list.length === 0) return 0 | ||
let avg = Services.avg(list) | ||
@@ -30,0 +32,0 @@ const squareDiffs = list.map((value) => { |
{ | ||
"name": "bankers-math", | ||
"version": "0.2.2", | ||
"version": "0.2.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
12321
331