Searched refs:is_positive (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm1441 =head2 is_positive()
1443 print "$x is >= 0\n" if $x->is_positive();
H A DBigInt.pm179 *is_pos = \&is_positive;
1351 sub is_positive subroutine
2974 C<is_positive()> and C<is_negative()> are aliase to C<is_pos()> and
2975 C<is_neg()>, respectively. C<is_positive()> and C<is_negative()> were
H A DBigFloat.pm97 qw / is_nan is_inf is_negative is_positive is_pos is_neg
1157 # is_foo methods (is_negative, is_positive are inherited from BigInt)

Completed in 38 milliseconds