Functional Rationals in Scala
A simple Scala API for “pure” rational numbers, covering some nice features of the language for novices.
A simple Scala API for “pure” rational numbers, covering some nice features of the language for novices.
I built a tail-recursive method in Scala that blows up the JVM's stack.