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