TheAlgorithms-Ruby/maths
2021-03-28 22:25:40 +05:30
..
abs.rb Add absolute value, aliquot sum, ceil, and square root 2021-01-08 17:14:52 -05:00
abs_test.rb Add absolute value, aliquot sum, ceil, and square root 2021-01-08 17:14:52 -05:00
add_digits.rb Update add_digits.rb 2021-03-18 17:06:59 -07:00
aliquot_sum.rb Add absolute value, aliquot sum, ceil, and square root 2021-01-08 17:14:52 -05:00
aliquot_sum_test.rb Add absolute value, aliquot sum, ceil, and square root 2021-01-08 17:14:52 -05:00
binary_to_decimal.rb Clean up 2021-02-06 23:05:54 -08:00
ceil.rb Add absolute value, aliquot sum, ceil, and square root 2021-01-08 17:14:52 -05:00
ceil_test.rb Add absolute value, aliquot sum, ceil, and square root 2021-01-08 17:14:52 -05:00
decimal_to_binary.rb Fix syntax issues 2021-03-09 19:03:25 -08:00
fibonacci.rb Fix syntax issues 2021-03-09 19:03:25 -08:00
number_of_digits.rb Clean up 2021-02-06 23:05:54 -08:00
power_of_two.rb Add bit manipulation folder and move power of two algorithm 2021-03-20 09:52:46 -07:00
prime_number.rb prime number: review comments-3 implementation 2021-03-28 22:25:40 +05:30
square_root.rb Add absolute value, aliquot sum, ceil, and square root 2021-01-08 17:14:52 -05:00
square_root_test.rb Update maths/square_root_test.rb 2021-01-09 11:09:56 -08:00
sum_of_digits.rb rollback 2021-03-18 17:02:07 -07:00