calculator-funcall

calculator-funcall is a compiled Lisp function in `calculator.el'.

(calculator-funcall F &optional X Y)

If F is a symbol, evaluate (F X Y).
Otherwise, it should be a list, evaluate it with X, Y bound to the
arguments.