diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-08 13:52:06 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-08 13:52:06 +0000 |
commit | bfe37a3570961ee3ddf29c291528649b1dbebe12 (patch) | |
tree | 751e4aad8aeb8a76b64cbccbb33ab2225823351c | |
parent | b8bdc0d0455637d25a4cc0da2100048e3fd041c0 (diff) | |
download | esotericFORTRAN-bfe37a3570961ee3ddf29c291528649b1dbebe12.tar.gz esotericFORTRAN-bfe37a3570961ee3ddf29c291528649b1dbebe12.zip |
add complex to bnf table
-rw-r--r-- | report/esoteric_project_report.pdf | bin | 213989 -> 202851 bytes | |||
-rw-r--r-- | report/esoteric_project_report.tex | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/report/esoteric_project_report.pdf b/report/esoteric_project_report.pdf Binary files differindex 4a9c351..edc2800 100644 --- a/report/esoteric_project_report.pdf +++ b/report/esoteric_project_report.pdf 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\\ |