From bfe37a3570961ee3ddf29c291528649b1dbebe12 Mon Sep 17 00:00:00 2001 From: "chris.sutcliffe" Date: Mon, 8 Nov 2021 13:52:06 +0000 Subject: add complex to bnf table --- report/esoteric_project_report.pdf | Bin 213989 -> 202851 bytes report/esoteric_project_report.tex | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'report') diff --git a/report/esoteric_project_report.pdf b/report/esoteric_project_report.pdf index 4a9c351..edc2800 100644 Binary files a/report/esoteric_project_report.pdf and b/report/esoteric_project_report.pdf 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\\ -- cgit v1.2.3