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


setbprec, setprec

setbprec([n])
setprec([n])
:: setbprec, setprecbigfloat の精度をそれぞれ 2 進, 10進 n 桁に設定する.
return
整数
n
整数
[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.