Module: Daru::Maths::Arithmetic::DataFrame

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

Instance Method Summary collapse

Instance Method Details

#%(other) ⇒ Object



22
23
24
# File 'lib/daru/maths/arithmetic/dataframe.rb', line 22

def % other
  
end

#*(other) ⇒ Object



14
15
16
# File 'lib/daru/maths/arithmetic/dataframe.rb', line 14

def * other
  
end

#+(other) ⇒ Object



6
7
8
# File 'lib/daru/maths/arithmetic/dataframe.rb', line 6

def + other
  
end

#-(other) ⇒ Object



10
11
12
# File 'lib/daru/maths/arithmetic/dataframe.rb', line 10

def - other
  
end

#/(other) ⇒ Object



18
19
20
# File 'lib/daru/maths/arithmetic/dataframe.rb', line 18

def / other
  
end