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


setbprec, setprec

setbprec([n])
setprec([n])
:: setbprec, setprec set the precision for bigfloat operations to n bits, n digits respectively.
return
integer
n
integer
[1] setprec();
15
[2] setprec(100);
15
[3] setprec(100);
99
[4] setbprec();
332
section ctrl, section eval, deval.


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