Skip to content

Exp

Exp[x] returns the exponential of x.

Attributes[Exp] := {Listable, NumericFunction, Protected, ReadProtected}

Simple examples

In[1]:= True
Out[1]= Simplify[Exp[x]*Exp[y] == Exp[x + y]]