Sha256: b9b99fddf2f3118f71110422985ac909e05a6805585227c8b3ca939dc7de9697
Contents?: true
Size: 643 Bytes
Versions: 2
Compression:
Stored size: 643 Bytes
Contents
module MoreMath unless defined?(::MoreMath::Infinity) == 'constant' Infinity = 1.0 / 0 # Refers to floating point infinity. end require 'more_math/cantor_pairing_function' require 'more_math/constants/functions_constants' require 'more_math/continued_fraction' require 'more_math/distributions' require 'more_math/exceptions' require 'more_math/functions' require 'more_math/histogram' require 'more_math/linear_regression' require 'more_math/newton_bisection' require 'more_math/numberify_string_function' require 'more_math/sequence' require 'more_math/string_numeral' require 'more_math/version' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
more_math-0.0.2 | lib/more_math.rb |
more_math-0.0.1 | lib/more_math.rb |