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