bfbcompiler/doc/examples/use-case-7.txt

5 lines
107 B
Plaintext

fun f = - x^2 / 2 + 5*x;
fun g = x^2 - 5*x - 2;
fun h = x^2 - 5*x - 82;
integrate [f, g, h] between 2 ~ 7;