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