From 4c05d80bad3afd89cbeaba95ff13094b31f946b5 Mon Sep 17 00:00:00 2001 From: Ehsan shafiei Date: Tue, 10 Dec 2024 18:54:51 +0330 Subject: [PATCH] Change directory of inputs --- Examples/input1.txt | 8 ++++++++ Examples/input2.txt | 6 ++++++ Examples/input3.txt | 6 ++++++ Examples/test.txt | 1 + 4 files changed, 21 insertions(+) create mode 100644 Examples/input1.txt create mode 100644 Examples/input2.txt create mode 100644 Examples/input3.txt create mode 100644 Examples/test.txt diff --git a/Examples/input1.txt b/Examples/input1.txt new file mode 100644 index 0000000..9b8556c --- /dev/null +++ b/Examples/input1.txt @@ -0,0 +1,8 @@ + -(- sin (x * 4*arctan(1) /180) //term1 ++ log (exp(Y1))/log(e) {term2}+ sqrt(sqr(-_xY_2__z_))//term3 +{ + comment +} +-2^2^3+X div 10-y1 mod 3+2.31+0.69+1.3E+2) + + diff --git a/Examples/input2.txt b/Examples/input2.txt new file mode 100644 index 0000000..e13b718 --- /dev/null +++ b/Examples/input2.txt @@ -0,0 +1,6 @@ + -(- sin (x * 4*arctan(1) /180) //term1 ++ log (exp(Y1))/log(e) {term2}+ sqrt(sqr(-1xY_2__z_))//term3 +{ + comment +} +-2^3+X div 10-y1 mod 3+2.31+0.69+1.3E+2) \ No newline at end of file diff --git a/Examples/input3.txt b/Examples/input3.txt new file mode 100644 index 0000000..5805f4f --- /dev/null +++ b/Examples/input3.txt @@ -0,0 +1,6 @@ + -(- sin (x * 4*arctan(1) /180) //term1 ++ log (exp(Y1))/log(e) {term2}+ sqrt(sqr(-xY_2__z_))//term3 +{ + comment +} +-2^2^3+X div 10-y1 mod 3.5+2.31+0.69+1.3E+2) \ No newline at end of file diff --git a/Examples/test.txt b/Examples/test.txt new file mode 100644 index 0000000..0e48cd7 --- /dev/null +++ b/Examples/test.txt @@ -0,0 +1 @@ +sin(x) + cos(x) \ No newline at end of file