Update use-case-14.b

Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
Co-authored-by: Juan Barmasch <jbarmasch@itba.edu.ar>
This commit is contained in:
Santiago Lo Coco 2022-06-23 09:58:01 -03:00
parent b22aed9a18
commit 9971e06286
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
fun f = 1/x;
derivative f in (3) err -2;
integrate f between (2 ~ 7) err -2;