Changeset 15239 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
02/09/07 22:14:38 (22 months ago)
Author:
moritz
Message:

Added spec for roots($x, $n)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Spec/Functions.pod

    r15131 r15239  
    318318 
    319319Returns the square root of the parameter. 
     320 
     321=item roots 
     322 
     323  (in Num) method roots (Num $x: Int $n --> List of Num) is export 
     324 
     325Returns a list of all C<$n>th (complex) roots of C<$x> 
     326  
    320327 
    321328=back