Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 370 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 370 Bytes

Arithmetic eXtensions for Ruby

Ruby should have rich and exact Arithmetic. Let's improve it.

Math

  • .integer_length
  • .digit_count
  • .range_product
  • .factorial
  • .binomial_coefficient
  • .multinomial_coefficient

Numeric

  • plus?
  • minus?
  • positive?
  • negative?
  • non_positive?
  • non_zero?
  • half
  • double
  • square
  • cube