We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1de8a commit 4b57354Copy full SHA for 4b57354
src/Data/Number.purs
@@ -77,8 +77,10 @@ infix 4 neqApproximate as ≇
77
-- | A(nother) type alias for (small) numbers.
78
type Precision = Number
79
80
--- | Compare two `Number`s and return `true` if they are equal up to the given
81
--- | (absolute) precision. Note that this comparison is *not* scale-invariant.
+-- | Compare two `Number`s and return `true` if they are equal up to the
+-- | given (absolute) precision. Note that this type of comparison is *not*
82
+-- | scale-invariant. The relation induced by (eqAbsolute eps) is symmetric and
83
+-- | reflexive, but not transitive.
84
-- |
85
-- | Example:
86
-- | ``` purs
0 commit comments