From 93949a242d8f59daed713b48cd7c153f1b323e11 Mon Sep 17 00:00:00 2001 From: skylarmt Date: Mon, 13 Apr 2015 12:40:46 -0600 Subject: [PATCH] Update functions.txt --- src/net/apocalypselabs/symat/resources/functions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/apocalypselabs/symat/resources/functions.txt b/src/net/apocalypselabs/symat/resources/functions.txt index 7ea9013..92f9af1 100644 --- a/src/net/apocalypselabs/symat/resources/functions.txt +++ b/src/net/apocalypselabs/symat/resources/functions.txt @@ -35,6 +35,7 @@ acos(0)|Arccosine of number. atan(0)|Arctangent of number. ceil(0)|Round the number up to the next integer. exp(0)|e^x. +gcd(a,b)|Find greatest common divisor of a and b. floor(0)|Round the number down to the next integer. log(0)|Natural log of number. max(0,1,...)|Returns the highest number given.