blob: 9b90a2394d0ca1513d3cc53c74d437a58f89489f [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-045.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(1) }
</return>