Fully simplifiying Exp function
- Subject: Fully simplifiying Exp function
- From: Dieter Kaiser
- Date: Tue, 6 Jan 2009 00:02:51 +0100
Sorry, but the complete $exp function would be of course:
(defun $exp (x)
(simplify (list '(%exp) (resimplify x))))
Dieter Kaiser