UNPKG

193 Btext/coffeescriptView Raw
1test_taylor = ->
2 run_test [
3 "taylor(1/(5+4*cos(x)),x,6,0)-(1/9+2/81*x^2+5/1458*x^4+49/131220*x^6)",
4 "0",
5
6 "taylor(1/(5+4*cos(x)),x,6)-(1/9+2/81*x^2+5/1458*x^4+49/131220*x^6)",
7 "0",
8 ]