Module: Parse::Algorithm

Defined in:
lib/parse/algorithm.rb,
lib/parse/algorithm/ver0_0_1.rb,
lib/parse/algorithm/ver0_1_0.rb

Defined Under Namespace

Classes: Ver0_0_1, Ver0_1_0

Constant Summary collapse

NAN =

only need to deal with stuff not caught by YAML or JSON

[ 'NaN' ]
INFINITY =
[ '#DIV/0', 'Infinity' ]
NEG_INFINITY =
[ '-Infinity' ]