Original tests, as-is

This commit is contained in:
Imbus 2024-05-11 13:03:07 +02:00
parent 9e257321ab
commit 3582c76411
3 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,32 @@
A1=1.00
A2=1.00
A3=A1+A2
A4=A2+A3
A5=A3+A4
A6=A4+A5
A7=A5+A6
A8=A6+A7
B1=A7+A8
B2=A8+B1
B3=B1+B2
B4=B2+B3
B5=B3+B4
B6=B4+B5
B7=B5+B6
B8=B6+B7
C1=B7+B8
C2=B8+C1
C3=C1+C2
C4=C2+C3
C5=C3+C4
C6=C4+C5
C7=C5+C6
C8=C6+C7
D1=C7+C8
D2=C8+D1
D3=D1+D2
D4=D2+D3
D5=D3+D4
D6=D4+D5
D7=D5+D6
D8=D6+D7

View file

@ -0,0 +1,6 @@
A2=#y =
B1=2.00
B2=3.00
B3=B1*B2
A3=#x*y =
A1=#x =

View file

@ -0,0 +1,6 @@
A1=#x*y =
A2=#x =
A3=#y =
B1=B2*B3
B2=2.00
B3=3.00