Throw ValueError instead of TypeError for malformed GMP number If the passed argument has correct type (string) but does not have a well-formed value, throw ValueError instead of TypeErr
Throw ValueError instead of TypeError for malformed GMP number If the passed argument has correct type (string) but does not have a well-formed value, throw ValueError instead of TypeError. Closes GH-6572.
show more ...
|