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