Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sharyanto committed Nov 1, 2012
1 parent 24144f7 commit 0f5125a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Sah/Type.pod
Expand Up @@ -671,16 +671,16 @@ C<int> stores real (floating-point) numbers. This type is derived from C<num>.

Require that number is a NaN (e.g. "NaN" or "-NaN" in Perl).

=head2 is_inf : BOOL
=head3 is_inf : BOOL

Require that number is a positive or negative infinity (e.g. "Inf" or
"-Infinity" in Perl).

=head2 is_pos_inf : BOOL
=head3 is_pos_inf : BOOL

Require that number is a positive infinity (e.g. "Inf" or "+Infinity" in Perl).

=head2 is_neg_inf : BOOL
=head3 is_neg_inf : BOOL

Require that number is a negative infinity (e.g. "-Inf" or "-Infinity" in Perl).

Expand Down

0 comments on commit 0f5125a

Please sign in to comment.