sigmavirus24 / ordinary

Transfinite arithmetic in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ordinal Arithmetic in Ruby

Finite numbers are small. You're bigger than that. Use this gem to count above the ordinary.

require 'ordinary'
include Ordinary

infinity = Ord.Omega

2 < infinity                    # => true
infinity < infinity + 1         # => true
infinity < infinity + infinity  # => true

!!"You'll love this library"    # => true

About

Transfinite arithmetic in Ruby

License:MIT License