log abstract method

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

Creates a new Vector by taking natural log of each element of the source vector

Implementation

Vector log({bool skipCaching = false});