Implement factorial powered by the Gamma function.

This commit is contained in:
2018-08-18 17:35:33 -07:00
parent cf961ec522
commit 5da9327e12
4 changed files with 20 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ FUNCTION(gt);
FUNCTION(gte);
FUNCTION(negate);
FUNCTION(factorial);
FUNCTION(ln);
FUNCTION(exp);