Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Concur with implementation of Complex.roots
  • Loading branch information
lizmat committed May 19, 2015
1 parent cef5626 commit 7a0cb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-setting-library/Numeric.pod
Expand Up @@ -158,7 +158,7 @@ Returns the principal square root of the parameter.
method roots (Numeric $x: Int $n ) is export

Returns a list of all C<$n>th (complex) roots of C<$x>. Returns C<NaN> if
C<< $n <= 0 >>, itself if C<$n == 0>, and is free to return a single C<NaN>
C<< $n <= 0 >>, itself if C<$n == 1>, and is free to return a single C<NaN>
if C<$x> is C<NaN> or C<Inf>, or in case of complex numbers if one of the
components is.

Expand Down

0 comments on commit 7a0cb02

Please sign in to comment.