Home | History | Annotate | Download | only in bigdec

Lines Matching defs:vn

2047         android.icu.math.BigDecimal vn;
2138 vn=new android.icu.math.BigDecimal("-1.23000e+2"); // rhs .. [was: -1.23455e+2, rounds to -123]
2139 TestFmwk.assertTrue("pow090", (vx.pow(vn,mc3).toString()).equals("8.74E-2226"));