blob: 8a2d135fc483e4c86f0c7cec373f8a816a8d2374 [file] [log] [blame]
use dataverse test;
let $c0 := double("0.015")
let $c1 := double("0.025")
let $c2 := double("3.567812E+3")
let $c3 := double("4.7564E-3")
let $c4 := double("35612.25")
return {"d0": numeric-round-half-to-even2($c0,2), "d1": numeric-round-half-to-even2($c1,2),"d2": numeric-round-half-to-even2($c2,2),
"d3": numeric-round-half-to-even2($c3,2),"d4": numeric-round-half-to-even2($c4,-2)}