Author: masak
Date: 2009-01-07 06:43:05 +0100 (Wed, 07 Jan 2009)
New Revision: 24792

Modified:
   docs/Perl6/Spec/S29-functions.pod
Log:
[S29] put the C<polar> function inside a list, for consistency


Modified: docs/Perl6/Spec/S29-functions.pod
===================================================================
--- docs/Perl6/Spec/S29-functions.pod   2009-01-07 01:20:43 UTC (rev 24791)
+++ docs/Perl6/Spec/S29-functions.pod   2009-01-07 05:43:05 UTC (rev 24792)
@@ -14,8 +14,8 @@
                 Carl Mäsak <cma...@gmail.com>
                 Moritz Lenz <mor...@faui2k3.org>
  Date:          12 Mar 2005
- Last Modified: 18 Dec 2008
- Version:       33
+ Last Modified: 7 Jan 2009
+ Version:       34
 
 This document attempts to document the list of builtin functions in Perl 6.
 It assumes familiarity with Perl 5 and prior synopses.
@@ -402,11 +402,17 @@
 
 =head2 Complex
 
+=over 4
+
+=item polar
+
     our Seq multi method polar (Complex $nim:) is export
 
 Returns (magnitude, angle) corresponding to the complex number.
 The magnitude is non-negative, and the angle in the range C<-π ..^ π>.
 
+=back
+
 =head2 The :Trig tag
 
 The following are also defined in C<Num> but not exported without a C<:Trig>

Reply via email to