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