menu
my_utility package
documentation
math/double_with_tolerance.dart
DoubleWithTolerance
DoubleWithTolerance.new const constructor
DoubleWithTolerance.new const constructor
dark_mode
light_mode
DoubleWithTolerance
constructor
const
DoubleWithTolerance
(
double
value
, {
double
epsilon
=
precisionErrorTolerance
,
})
Implementation
const DoubleWithTolerance( this.value, { this.epsilon = precisionErrorTolerance, });
my_utility package
documentation
math/double_with_tolerance
DoubleWithTolerance
DoubleWithTolerance.new const constructor
DoubleWithTolerance class