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