Searched refs:toInexact (Results 1 – 7 of 7) sorted by relevance
260 return num2.isExact() ? num1 : num1.toInexact(); in apply2()274 result = numr.toInexact(); in apply2()
411 public static Number toInexact (Number num) in toInexact() method in Arithmetic414 return ((Numeric) num).toInexact(); in toInexact()
54 public Numeric toInexact () in toInexact() method in Numeric
114 public RealNum toInexact () in toInexact() method in RealNum
73 public Complex toInexact () in toInexact() method in Complex
57 public Quaternion toInexact() { in toInexact() method in Quaternion
1697 Arithmetic.toInexact and Arithetic.toExact methods.