Subject: | Documentation error for is_pos() |
The manual page for Math::BigInt says
$x->is_pos(); # if $x >= 0
but should say
$x->is_pos(); # if $x > 0
which is according to the rest of the documentation and the actual
behaviour of is_pos().