On May 18, 2015, at 4:37 AM, Peter John Acklam via RT <bug-Math-BigInt@rt.cpan.org> wrote:
Show quoted text> When stringify is mentioned, it does not refer to a method, but to the overloaded "", i.e., what happens when you do "$x" and $x isa Math::BigFloat. The documentation could be clearer, so I am leaving this ticket open.
Ah, I see. Is there a method that can be called that does stringification, or does one need to `'' . $num`? A `stringify()` or `as_string()` method would be handy.