summaryrefslogtreecommitdiffstats
path: root/report
diff options
context:
space:
mode:
authorchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-08 13:52:06 +0000
committerchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-08 13:52:06 +0000
commitbfe37a3570961ee3ddf29c291528649b1dbebe12 (patch)
tree751e4aad8aeb8a76b64cbccbb33ab2225823351c /report
parentb8bdc0d0455637d25a4cc0da2100048e3fd041c0 (diff)
downloadesotericFORTRAN-bfe37a3570961ee3ddf29c291528649b1dbebe12.tar.gz
esotericFORTRAN-bfe37a3570961ee3ddf29c291528649b1dbebe12.zip
add complex to bnf table
Diffstat (limited to 'report')
-rw-r--r--report/esoteric_project_report.pdfbin213989 -> 202851 bytes
-rw-r--r--report/esoteric_project_report.tex2
2 files changed, 1 insertions, 1 deletions
diff --git a/report/esoteric_project_report.pdf b/report/esoteric_project_report.pdf
index 4a9c351..edc2800 100644
--- a/report/esoteric_project_report.pdf
+++ b/report/esoteric_project_report.pdf
Binary files differ
diff --git a/report/esoteric_project_report.tex b/report/esoteric_project_report.tex
index cccd91d..f42a7a6 100644
--- a/report/esoteric_project_report.tex
+++ b/report/esoteric_project_report.tex
@@ -267,7 +267,7 @@ asdf
LOGICAL ::= & TRUE\textbar FALSE \\
\hline
- COMPLEX ::= & a combination of real and imaginary numbers \\
+ COMPLEX ::= & a combination of real and imaginary numbers e.g. $3i$ where $i = \sqrt{-1}$\\
\hline
REAL ::= & INTEGER\textbar RATIONAL\textbar IRRATIONAL\\