bfbcompiler/doc/examples/correct/use-case-07.b

5 lines
114 B
Brainfuck

fun f = - x^2 / 2 + 5*x;
fun g = x^2 - 5*x - 2;
fun h = x^2 - 5*x - 82;
print(integrate f between (2 ~ 7) err 5);