Method: Toji::Swvp::Tetens#calc

Defined in:
lib/toji/swvp/tetens.rb

#calc(temp) ⇒ Object



11
12
13
14
# File 'lib/toji/swvp/tetens.rb', line 11

def calc(temp)
  temp = temp.to_f
  6.11 * 10 ** ((7.5 * temp) / (237.3 + temp))
end