LarryBattle / Ratio.js

Rational numbers for Javascript
http://larrybattle.github.com/Ratio.js/
MIT License
113 stars 9 forks source link

parse with fractions composed of custom divSigns #29

Closed LarryBattle closed 11 years ago

LarryBattle commented 11 years ago

parse with fractions composed of custom divSigns

Ratio.prototype.withDivSign??? = function(){
    toArray().join( divSign )
    // how will this hanlde toString and toLocaleString()???
}
Ratio.prototype.parseCustomDivSign = function(){
    ???
};
LarryBattle commented 11 years ago

I think this shouldn't be added. Closing for now.