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

6 lines
57 B
Plaintext

fun f = e^x;
f'(2);
f''(2);
f'''(2);
f''''(2);
f'''''(2);