ilovesoup | c9fef1d | 2012-07-08 19:30:42 +0000 | [diff] [blame] | 1 | drop dataverse test if exists; |
2 | create dataverse test; | ||||
3 | use dataverse test; | ||||
4 | |||||
5 | write output to nc1:"rttest/numeric_round-half-to-even4.adm"; | ||||
6 | |||||
7 | |||||
8 | let $c0 := double("1.5") | ||||
9 | let $c1 := double("2.5") | ||||
10 | return {"d0": numeric-round-half-to-even($c0), "d1": numeric-round-half-to-even($c1)} |