Currently the following functions are implemented:
+-*/^sum (sum of all elements in stack)prod (product of all elements in stack)! (factorial)nCr (n choose r)abs.. (range between two values)pieexplog (logarithm with respect to Euler constant e)ln (alias for log)sqrtlogBase (Logarithm of x with respect to base y)sincostanasinacosatansinhcoshtanhasinhacoshatanhswp (swap the first two elements in stack)cpy (copy first element)rot (rotate stack one element to the left)rotl (alias for rot)rotr (rotate stack one element to the right)clr (clear stack)del (remove first element from stack)