MatthewJA / Coffeequate

A computer algebra system for JavaScript.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

substituting is sometimes weird

bshlgrs opened this issue · comments

CQ("x/z").sub({"z":3e-8}).toString() # => "x/3"

???