mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix euler's identity (#220)
This commit is contained in:
parent
72571a7588
commit
0a602eda1b
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ $$f(x) = \int_{-\infty}^\infty
|
|||
f\hat(\xi),e^{2 \pi i \xi x}
|
||||
\,d\xi$$
|
||||
|
||||
Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = 0$
|
||||
Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = -1$
|
||||
|
||||
Aligned equations work quite well:
|
||||
|
||||
|
|
Loading…
Reference in a new issue