Skip to content

Commit 4b57354

Browse files
committed
Update documentation
1 parent 7e1de8a commit 4b57354

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Data/Number.purs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ infix 4 neqApproximate as ≇
7777
-- | A(nother) type alias for (small) numbers.
7878
type Precision = Number
7979

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.
80+
-- | Compare two `Number`s and return `true` if they are equal up to the
81+
-- | 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.
8284
-- |
8385
-- | Example:
8486
-- | ``` purs

0 commit comments

Comments
 (0)