math.helper library
Functions
-
calculatePercentageDecrease(
double originalValue, double newValue) → double -
Calculates the percentage decrease between an
originalValue
and anewValue
. -
nearlyEqual(
num a, num b, {int? epsilonExponent}) → bool -
rangeAroundN(
double n, int x, {bool loose = false}) → List< num>