blob: 291d84b1640ec26100bcba8c123d047424413056 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-057.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('NaN') }
</return>