exp constructor

const exp(
  1. num d
)

Calculate exponent value.

Implementation

const factory exp(num d) = ConstMath.exp;