Skip to content

Commit 8423f47

Browse files
committed
Add an X< > for ≅
1 parent b5cf588 commit 8423f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ multi sub infix:<=~=>(Complex:D, Complex:D)
16581658
multi sub infix:<=~=>(Numeric:D, Numeric:D)
16591659
=end code
16601660
1661-
The X<approximately-equal operator>. Calculates the relative difference between
1661+
The X<approximately-equal operator|infix, ≅>. Calculates the relative difference between
16621662
the left-hand and right-hand sides and returns C<True> if the difference is
16631663
less than $*TOLERANCE (which defaults to 1e-15). However, if either side is zero
16641664
then it checks that the absolute difference between the sides is less than $*TOLERANCE.

0 commit comments

Comments
 (0)