Method: Daru::Maths::Arithmetic::DataFrame#exp

Defined in:
lib/daru/maths/arithmetic/dataframe.rb

#expObject

Calculate exponenential of all vectors with numeric values.



37
38
39
# File 'lib/daru/maths/arithmetic/dataframe.rb', line 37

def exp
  only_numerics(clone: false).recode(&:exp)
end