<expr> ::=
| <literal> <expr'>
| \frac{<expr>}{<expr>}
| <expr'> <pow>
| \sum <sub> <pow> <expr>
| \sum <pow> <expr>
| \sum <expr>
| \prod <sub> <pow> <expr>
| \prod <pow> <expr>
| \prod <expr>
| <literal>
<expr'> ::=
| <op> <expr'>
| <literal>
<op> ::=
| +
| -
| \cdot
| /
<pow> ::= ^{<expr>}
<sub> ::= _{<literal>}
<literal> ::=
| <literal'> <sub>
| <literal'>
<literal'> ::=
| [a-zA-Z]+
| [0-9](.[0-9]+)?
-
Notifications
You must be signed in to change notification settings - Fork 0
johanvts/matf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published