blob: 4e81946b50846bd4fb8ba435b90f0ab070050f26 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-036.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(0) }
</return>