pub trait Exp { // Required method fn exp(self) -> Self; }
Methods for calculating e ^ x,
e ^ x
Return e ^ self.
e ^ self