blob: d8518140f53e375e4f03a6e7007ba5c85f70b0fc [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-500 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:double to xs:float is allowed and should always succeed. :)
(:*******************************************************:)
xs:double("3.3e3") cast as xs:float
ne
xs:float("3.4e5")