Returns e raised to self.

Property definitions

core :: math $ Float :: exp
	# Returns *e* raised to `self`.
	fun exp: Float `{ return exp(self); `}
lib/core/math.nit:272,2--273,39