package util
Supporting functions, mostly called by those in org.dianahep.histogrammar.
- Alphabetic
- By Inheritance
- util
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- var absoluteTolerance: Double
Absolute tolerance for numerical equality.
Absolute tolerance for numerical equality. Only affects
equals
checks, notfill
or+
. - var relativeTolerance: Double
Relative tolerance for numerical equality.
Relative tolerance for numerical equality. Only affects
equals
checks, notfill
or+
. - object KeySetComparisons