Use .b file extension

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-04-19 07:22:56 -03:00
parent 72b7fcf0ff
commit ac68ed4224
17 changed files with 11 additions and 10 deletions

View File

@ -0,0 +1,3 @@
if ("Hola" + g == 2) {
print("Funciona");
}

View File

@ -1,3 +0,0 @@
if ("Hola" + g == 2) {
print("Funciona");
}

View File

@ -0,0 +1,4 @@
if (1 == 1) {
print("Hola");
}
}

View File

@ -1,4 +0,0 @@
if (1 == 1) {
print("Hola");
}
}

View File

@ -1,2 +1,3 @@
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())