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 57a871c commit 0de30ceCopy full SHA for 0de30ce
S32-setting-library/Numeric.pod
@@ -20,8 +20,8 @@ DRAFT: Synopsis 32: Setting Library - Numeric
20
21
Created: 19 Mar 2009 extracted from S29-functions.pod
22
23
- Last Modified: 6 Jan 2012
24
- Version: 12
+ Last Modified: 27 Jan 2012
+ Version: 13
25
26
The document is a draft.
27
@@ -376,6 +376,12 @@ Returns the real part of the complex number.
376
377
Returns the imaginary part of a complex number.
378
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
385
=item gist
386
387
our Str multi method gist()
0 commit comments