blob: f727f7d95ddf95f2158e875d790009e222960f10 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-059.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using double values :)
(:*******************************************************:)
<return>
{ xs:double('-INF') and xs:double(1) }
</return>