From 87a6ab4f9ac7b2b2c0438a724bfe971ec9231714 Mon Sep 17 00:00:00 2001 From: Karen Sargsyan Date: Sun, 22 May 2016 15:32:40 +0800 Subject: asin, acos, atan, atan2 added --- tests/math.ur | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/math.ur') diff --git a/tests/math.ur b/tests/math.ur index 8892fffe..5f8843de 100644 --- a/tests/math.ur +++ b/tests/math.ur @@ -11,4 +11,12 @@ fun main () = return {[(log 0.1)]}