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