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 b5cf588 commit 8423f47Copy full SHA for 8423f47
doc/Language/operators.pod6
@@ -1658,7 +1658,7 @@ multi sub infix:<=~=>(Complex:D, Complex:D)
1658
multi sub infix:<=~=>(Numeric:D, Numeric:D)
1659
=end code
1660
1661
-The X<approximately-equal operator>. Calculates the relative difference between
+The X<approximately-equal operator|infix, ≅>. Calculates the relative difference between
1662
the left-hand and right-hand sides and returns C<True> if the difference is
1663
less than $*TOLERANCE (which defaults to 1e-15). However, if either side is zero
1664
then it checks that the absolute difference between the sides is less than $*TOLERANCE.
0 commit comments