in reply to Re^6: How does Math::GMP overload the assignment operator ? (more guessing)
in thread How does Math::GMP overload the assignment operator ?
Is there a string conversion overload in Math::GMPz? Perl has quite a few ways to construct overloaded operators from other operators, and one possibility is to first convert the object to a string and then use the builtin string->number conversion.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: How does Math::GMP overload the assignment operator ? (more guessing)
by syphilis (Archbishop) on Nov 11, 2020 at 01:30 UTC |