Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S32/Numeric] spec Real.base
  • Loading branch information
moritz committed May 7, 2011
1 parent a29e387 commit 03f8d38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions S32-setting-library/Numeric.pod
Expand Up @@ -239,6 +239,12 @@ Returns a C<Complex> whose real part is this C<Real> and whose imaginary part is
Returns the C<Real> as a C<Str>. All built-in C<Real> types format it as a decimal
number, so for example, the C<Rat> C<5/4> is returned as C<"1.2">.

=item base

multi method base(Cool $base as Int)

Returns a C<Str> representing the invocant in base C<$base>

=item floor

our Int multi method floor ( Real $x: ) is export
Expand Down

0 comments on commit 03f8d38

Please sign in to comment.