very-ants icon indicating copy to clipboard operation
very-ants copied to clipboard

Probabilistic integer arithmetic for Ruby

Results 1 very-ants issues
Sort by recently updated
recently updated
newest added

You might consider refactoring your idea into a different kind of number class... maybe class Varnum < Fixnum and class Sink < Float. This would allow an application to still...