Add square root.

This commit is contained in:
2018-08-18 17:41:32 -07:00
parent 5da9327e12
commit c5a968ad24
3 changed files with 4 additions and 1 deletions

View File

@@ -60,6 +60,8 @@ FUNCTION(factorial);
FUNCTION(ln);
FUNCTION(exp);
FUNCTION(sqrt);
FUNCTION(sin);
FUNCTION(cos);
FUNCTION(tan);