java命名空间java.math类mathcontext的类成员方法:
mathcontext定义及介绍
本文导语:
mathcontext
public mathcontext(int setprecision,
roundingmode setroundingmode)
构造一个新的 mathcontext,它具有指定的精度和舍入模式。
参数:setprecision - 非负 int 精度设置。setroundingmode - 要使用的舍入模式。
抛出:
illegalargume...