Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Type/Cool.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Coerces the invocant to L<C<Numeric>|/type/Numeric> and returns the
L<C<Complex>|/type/Complex> conjugate (that is, the number with the sign of the
imaginary part negated).

say (1+2i).conj; # OUTPUT: «1-2i␤»
say "1+2i".conj; # OUTPUT: «1-2i␤»

=head2 method EVAL

Expand Down
7 changes: 0 additions & 7 deletions doc/Type/Numeric.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@ As of 6.e language version (early implementation exists in Rakudo compiler
2023.02+), B<will> return a L<C<Complex>|/type/Complex> value for negative
arguments.

=head2 method conj

multi method conj(Numeric:D --> Numeric:D)

Returns the complex conjugate of the number. Returns the number itself for
real numbers.

=head2 method Bool

multi method Bool(Numeric:D:)
Expand Down