Module: SciYAG::NaN

Defined in:
lib/SciYAG/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



32
33
34
# File 'lib/SciYAG/Backends/text.rb', line 32

def nan
  return NaN
end