UNPKG

134 Btext/coffeescriptView Raw
1test_quotient = ->
2 run_test [
3 "quotient(x^2+1,x+1)-x+1",
4 "0",
5
6 "quotient(a*x^2+b*x+c,d*x+e)-(-a*e/(d^2)+a*x/d+b/d)",
7 "0",
8 ]