Method Gmp.mpf()->_is_type()
- Method _is_type
boolres = is_type(Gmp.mpf())- Description
The Gmp.mpf object will claim to be a
"float".- FIXME
Perhaps it should also return true for
"object"?
bool res = is_type(Gmp.mpf())
The Gmp.mpf object will claim to be a "float".
Perhaps it should also return true for "object"?