Method Gmp.mpf()->set_precision()
- Method
set_precision
Gmp.mpfset_precision(int(0..)prec)- Description
Sets the precision of the current object to be at least
precbits. The precision is limited to 128Kb. The current object will be returned.
Gmp.mpf set_precision(int(0..) prec)
Sets the precision of the current object to be at
least prec bits. The precision is limited to 128Kb.
The current object will be returned.