math.helper library

Constants

kEpsilon → const double

Functions

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