ORA-FO-178-B: "truncating division" is too vague

SECTION 6.2.6 : op:numeric-mod

last bullet for xs:float and xs:double, it says "Division is 
truncating division, analogous to integer division, not
[IEEE 754-1985] rounding division."  But there is more than one
way to perform truncating division.  For example, 2.0/3.0
can be truncated to 0, 0.6, 0.66, 0.666, etc.  Judging by your
example, what you mean is "truncate to an integer after the 
division. 

- Steve B.

Received on Monday, 16 February 2004 17:41:11 UTC