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