Go to the first, previous, next, last section, table of contents.


setprec

setprec([n])
:: Sets the precision for bigfloat operations to n digits.
return
integer
n
integer
[1] setprec();
9
[2] setprec(100);
9
[3] setprec(100);
96
section ctrl, section eval, deval, section pari.


Go to the first, previous, next, last section, table of contents.