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