How would you use the Euler number (e) in Objective-C?
M_Edeclared in <math.h>is the value of the Euler number. You can use the function exp()also declared in math.hfor calculation e^x.
M_E
<math.h>
exp()
math.h
e^x
I think the constant M_Edefined in <math.h>is what you are looking for.