From ae4778d7a3f4dacde39232b503bd134ce71444ee Mon Sep 17 00:00:00 2001 From: Karen Sargsyan Date: Mon, 23 May 2016 17:40:19 +0800 Subject: abs and floor added --- tests/math.ur | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/math.ur b/tests/math.ur index 5f8843de..964b73e6 100644 --- a/tests/math.ur +++ b/tests/math.ur @@ -17,6 +17,10 @@ fun main () = return {[(acos 0.1)]}