Method: Daru::Maths::Arithmetic::DataFrame#**
- Defined in:
- lib/daru/maths/arithmetic/dataframe.rb
#**(other) ⇒ Object
Exponent with a scalar or another DataFrame.
32 33 34 |
# File 'lib/daru/maths/arithmetic/dataframe.rb', line 32 def ** other binary_operation :**, other end |