diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-02 14:13:56 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-02 14:13:56 +0100 |
| commit | 5f5c65927982447133b625edea3f5c9bab4f9e3d (patch) | |
| tree | aa5edb320e21466d16a1d15ad320d164f94738db /tests/typ/math/simple.typ | |
| parent | 21dd99926a24d7cc69bf6b032d1107c78a04a5cf (diff) | |
Math tests
Diffstat (limited to 'tests/typ/math/simple.typ')
| -rw-r--r-- | tests/typ/math/simple.typ | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/typ/math/simple.typ b/tests/typ/math/simple.typ deleted file mode 100644 index 1b63cbfc..00000000 --- a/tests/typ/math/simple.typ +++ /dev/null @@ -1,24 +0,0 @@ -// Test math formulas. - ---- -The sum of $a$ and $b$ is $a + b$. - ---- -We will show that: -$ a^2 + b^2 = c^2 $ - ---- -Prove by induction: -$ sum_(k=0)^n k = (n(n+1))/2 $ - ---- -We know that: -$ floor(x/2) <= ceil(x/2) $ - ---- -// Test that blackboard style looks nice. -$ f: NN -> RR $ - ---- -// Error: 1:3 expected dollar sign -$a |
