exp abstract method

Vector exp({
  1. bool skipCaching = false,
})

Creates a new Vector composed of Euler's numbers raised to powers which are the elements of this Vector

Implementation

Vector exp({bool skipCaching = false});