blob: c3907921bee7ae98b3c63d6f7b65042e5e39105f [file] [log] [blame]
(:*******************************************************:)
(:Test: op-numeric-divideint2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Thu Dec 16 10:48:16 GMT-05:00 2004 :)
(:Purpose: Evaluates The "op:numeric-divide" operator :)
(: with the arguments set as follows: :)
(:$arg1 = xs:int(upper bound) :)
(:$arg2 = xs:int(lower bound) :)
(:*******************************************************:)
fn:round-half-to-even((xs:int("2147483647") div xs:int("-2147483648")),10)