blob: acbd785d0f5d7f0250771816b5899d4b27f3fe1b [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-038.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using float values :)
(:*******************************************************:)
<return>
{ xs:float('NaN') or xs:float(0) }
</return>