Sha256: a2f730beafa0ef1be364c355f4236fe88f5d78c9bc5e5b24a05738952ba82ef2
Contents?: true
Size: 706 Bytes
Versions: 6
Compression:
Stored size: 706 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/permutation' require 'more_math/subset' require 'more_math/version' end
Version data entries
6 entries across 6 versions & 1 rubygems