Fix bug
This commit is contained in:
parent
b01b910188
commit
22a31f7637
|
@ -1,3 +1,2 @@
|
||||||
fun f = f(3) * x * 4 + 3;
|
fun f = f(3) * x * 4 + 3;
|
||||||
fun g = f(3) + f'(3)*(x-3) + f''(3)/2 * (x-3)^2 + f'''(3) / 6 * (x-3)^3 + f''''(3) / 24 * (x-3)^4;
|
fun g = f(3) + f'(3)*(x-3) + f''(3)/2 * (x-3)^2 + f'''(3) / 6 * (x-3)^3 + f''''(3) / 24 * (x-3)^4;
|
||||||
fun g = f(2) + integrate(derivative())
|
|
Loading…
Reference in New Issue