Changeset 15239 for docs/Perl6/Spec
- Timestamp:
- 02/09/07 22:14:38 (22 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r15131 r15239 318 318 319 319 Returns 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 325 Returns a list of all C<$n>th (complex) roots of C<$x> 326 320 327 321 328 =back
