CLONE - Implement ratios
Description
Environment
None
Activity
Show:
David Nolen December 2, 2014 at 12:14 PM
Lower priority, unsolvable without numerics overhaul.
Details
Details
Assignee
Unassigned
UnassignedReporter

Priority
Created July 27, 2013 at 6:56 PM
Updated December 2, 2014 at 12:14 PM
Clojure.java contains support for Ratio types. It would be nice to have them in Clojurescript as well, but as far as I can tell this would be new development (please comment if I'm wrong). That is, there is no implementation of Ratio types in GClosure so this feature would need to be implemented from the ground up. In additional to the Ratio type, the following corresponding functions would also need implementations:
`ratio?`
`numerator`
`denominator`
`rationalize`
Plus the ratio type would need to be rolled into the existing mathematical frameworkings.
Imported from github issue #66