diff options
Diffstat (limited to 'report/esoteric_project_report.tex')
-rw-r--r-- | report/esoteric_project_report.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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\\ |