Skip to content

Commit 0de30ce

Browse files
committed
add complex conjugate
1 parent 57a871c commit 0de30ce

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

S32-setting-library/Numeric.pod

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ DRAFT: Synopsis 32: Setting Library - Numeric
2020

2121
Created: 19 Mar 2009 extracted from S29-functions.pod
2222

23-
Last Modified: 6 Jan 2012
24-
Version: 12
23+
Last Modified: 27 Jan 2012
24+
Version: 13
2525

2626
The document is a draft.
2727

@@ -376,6 +376,12 @@ Returns the real part of the complex number.
376376

377377
Returns the imaginary part of a complex number.
378378

379+
=item conj
380+
381+
our Complex multi method conj(Complex $c)
382+
383+
Returns C<< ($c.re - $c.im\i) >>, the complex conjugate.
384+
379385
=item gist
380386

381387
our Str multi method gist()

0 commit comments

Comments
 (0)