Changeset 20987 for docs/Perl6
- Timestamp:
- 06/24/08 13:04:06 (3 months ago)
- Files:
-
- docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
docs/Perl6/Spec/Functions.pod
r20791 r20987 351 351 =head2 Complex 352 352 353 our Seq multi method polar (Complex : $nim) is export353 our Seq multi method polar (Complex $nim:) is export 354 354 355 355 Returns (magnitude, angle) corresponding to the complex number.
