Class: Toji::Swvp::Tetens

Inherits:
Object
  • Object
show all
Includes:
Singleton, Base
Defined in:
lib/toji/swvp/tetens.rb

Overview

Tetensの式

Instance Method Summary collapse

Instance Method Details

#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