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