From e45832f4efb0b180ff70628a0cbc1485a73855fd Mon Sep 17 00:00:00 2001 From: tege Date: Sat, 17 Sep 2005 13:12:33 +0200 Subject: (fns): Add factorial keywords. --- demos/pexpr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demos') diff --git a/demos/pexpr.c b/demos/pexpr.c index 5e863342f..9e5eae652 100644 --- a/demos/pexpr.c +++ b/demos/pexpr.c @@ -724,6 +724,9 @@ struct functions fns[] = {"nextprime", NEXTPRIME, 1}, {"binom", BINOM, 2}, {"binomial", BINOM, 2}, + {"fac", FAC, 1}, + {"fact", FAC, 1}, + {"factorial", FAC, 1}, {"", NOP, 0} }; -- cgit v1.2.1