Skip Menu |

This queue is for tickets about the Math-BigInt CPAN distribution.

Report information
The Basics
Id: 61845
Status: resolved
Priority: 0/
Queue: Math-BigInt

People
Owner: Nobody in particular
Requestors: peter.john.acklam [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.96
Fixed in: (no value)



Subject: Documentation error for from_bin()
The documentation for Math::BigInt gives this example of use of from_bin() $x = Math::BigInt->from_bin("0x10011"); # input is binary The input should be "0b10011", not "0x10011".