-
Name
-
more_math
-
Version
-
1.0.0
-
Platform
-
ruby
-
Authors
-
Florian Frank
-
Bindir
-
bin
-
Date
-
2023-05-26 00:00:00 UTC
-
Dependencies
-
gem_hadar (~> 1.12.0, development)
rake (>= 0, development)
simplecov (>= 0, development)
test-unit (>= 0, development)
debug (>= 0, development)
all_images (>= 0, development)
tins (~> 1.0)
mize (>= 0)
-
Description
-
Library that provides more mathematical functions/algorithms than standard Ruby.
-
Email
-
flori@ping.de
-
Extra rdoc files
-
README.md
lib/more_math.rb
lib/more_math/cantor_pairing_function.rb
lib/more_math/constants/functions_constants.rb
lib/more_math/continued_fraction.rb
lib/more_math/distributions.rb
lib/more_math/entropy.rb
lib/more_math/exceptions.rb
lib/more_math/functions.rb
lib/more_math/histogram.rb
lib/more_math/linear_regression.rb
lib/more_math/newton_bisection.rb
lib/more_math/numberify_string_function.rb
lib/more_math/permutation.rb
lib/more_math/ranking_common.rb
lib/more_math/sequence.rb
lib/more_math/sequence/moving_average.rb
lib/more_math/sequence/refinement.rb
lib/more_math/string_numeral.rb
lib/more_math/subset.rb
lib/more_math/version.rb
-
Files
-
CHANGES
Gemfile
LICENSE
README.md
Rakefile
lib/more_math.rb
lib/more_math/cantor_pairing_function.rb
lib/more_math/constants/functions_constants.rb
lib/more_math/continued_fraction.rb
lib/more_math/distributions.rb
lib/more_math/entropy.rb
lib/more_math/exceptions.rb
lib/more_math/functions.rb
lib/more_math/histogram.rb
lib/more_math/linear_regression.rb
lib/more_math/newton_bisection.rb
lib/more_math/numberify_string_function.rb
lib/more_math/permutation.rb
lib/more_math/ranking_common.rb
lib/more_math/sequence.rb
lib/more_math/sequence/moving_average.rb
lib/more_math/sequence/refinement.rb
lib/more_math/string_numeral.rb
lib/more_math/subset.rb
lib/more_math/version.rb
more_math.gemspec
tests/cantor_pairing_function_test.rb
tests/continued_fraction_test.rb
tests/distribution_test.rb
tests/entropy_test.rb
tests/functions_test.rb
tests/histogram_test.rb
tests/newton_bisection_test.rb
tests/numberify_string_function_test.rb
tests/permutation_test.rb
tests/sequence/refinement_test.rb
tests/sequence_moving_average_test.rb
tests/sequence_test.rb
tests/string_numeral_test.rb
tests/subset_test.rb
tests/test_helper.rb
-
Homepage
-
http://flori.github.com/more_math
-
Licenses
-
MIT
-
Rdoc options
-
--title
MoreMath -- More Math in Ruby
--main
README.md
-
Require paths
-
lib
-
Required ruby version
-
>= 2.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.3.26
-
Specification version
-
4
-
Summary
-
Library that provides more mathematics.
-
Test files
-
tests/cantor_pairing_function_test.rb
tests/continued_fraction_test.rb
tests/distribution_test.rb
tests/entropy_test.rb
tests/functions_test.rb
tests/histogram_test.rb
tests/newton_bisection_test.rb
tests/numberify_string_function_test.rb
tests/permutation_test.rb
tests/sequence/refinement_test.rb
tests/sequence_moving_average_test.rb
tests/sequence_test.rb
tests/string_numeral_test.rb
tests/subset_test.rb
tests/test_helper.rb
-
Original platform
-
ruby
-
New platform
-
ruby