Home
last modified time | relevance | path

Searched refs:toInexact (Results 1 – 7 of 7) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DDivideOp.java260 return num2.isExact() ? num1 : num1.toInexact(); in apply2()
274 result = numr.toInexact(); in apply2()
H A DArithmetic.java411 public static Number toInexact (Number num) in toInexact() method in Arithmetic
414 return ((Numeric) num).toInexact(); in toInexact()
/dports/lang/kawa/kawa-3.1.1/gnu/math/
H A DNumeric.java54 public Numeric toInexact () in toInexact() method in Numeric
H A DRealNum.java114 public RealNum toInexact () in toInexact() method in RealNum
H A DComplex.java73 public Complex toInexact () in toInexact() method in Complex
H A DQuaternion.java57 public Quaternion toInexact() { in toInexact() method in Quaternion
/dports/lang/kawa/kawa-3.1.1/kawa/lib/
H A DChangeLog1697 Arithmetic.toInexact and Arithetic.toExact methods.