blob: 0c7e32daf7083e3cc40a0271c4167e7784f56ee6 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-061.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('INF') }
</return>