MatthewJA / Coffeequate

A computer algebra system for JavaScript.

Home Page:http://matthewja.com/Coffeequate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We probably shouldn't have a class called `Number`

MatthewJA opened this issue · comments

Given that actual numbers in JavaScript are of type number, it makes documentation a bit weird and might give potential for errors later on.

#81 will probably fix this

Resolved with #81 in 0d36a6b.