blob: 9c2faf3ceb55ec556c059d0249ce0a019f9679b1 [file] [log] [blame]
ilovesoupc9fef1d2012-07-08 19:30:42 +00001drop dataverse test if exists;
2create dataverse test;
3use dataverse test;
4
5write output to nc1:"rttest/numeric_round4.adm";
6
7let $c0 := int8("-20")
jarodwenf5cd0a72013-03-17 02:08:33 +00008return {"f0": numeric-round($c0), "f1": numeric-round(-1.11),"f2": numeric-round(12.9), "f3": numeric-round(1.11), "f4": numeric-round(null)}