Module: CTioga2::Data::NaN

Defined in:
lib/ctioga2/data/backends/backends/text.rb

Overview

A module for easy use of NaN in operations

Constant Summary collapse

NaN =
0.0/0.0

Instance Method Summary collapse

Instance Method Details

#nanObject



33
34
35
# File 'lib/ctioga2/data/backends/backends/text.rb', line 33

def nan
  return NaN
end