Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add an X< > for ≅
  • Loading branch information
samcv committed Dec 18, 2016
1 parent b5cf588 commit 8423f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -1658,7 +1658,7 @@ multi sub infix:<=~=>(Complex:D, Complex:D)
multi sub infix:<=~=>(Numeric:D, Numeric:D)
=end code
The X<approximately-equal operator>. Calculates the relative difference between
The X<approximately-equal operator|infix, ≅>. Calculates the relative difference between
the left-hand and right-hand sides and returns C<True> if the difference is
less than $*TOLERANCE (which defaults to 1e-15). However, if either side is zero
then it checks that the absolute difference between the sides is less than $*TOLERANCE.
Expand Down

0 comments on commit 8423f47

Please sign in to comment.