UNPKG

algebrite

Version:

Computer Algebra System in Coffeescript

9 lines (7 loc) 134 B
test_quotient = -> run_test [ "quotient(x^2+1,x+1)-x+1", "0", "quotient(a*x^2+b*x+c,d*x+e)-(-a*e/(d^2)+a*x/d+b/d)", "0", ]