Skip to content

Commit 0a5c2b4

Browse files
committed
webui : Further examples containg amounts
1 parent 8ba2e42 commit 0a5c2b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/server/webui/src/stories/fixtures/math-formulas.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ $$\lim_{x \to 0} \frac{\sin x}{x} = 1$$
150150
151151
$$\lim_{n \to \infty} \left(1 + \frac{x}{n}\right)^n = e^x$$
152152
153-
## Further Bracket Styles
153+
## Further Bracket Styles and Amounts
154154
155155
- \( \mathrm{GL}_2(\mathbb{F}_7) \): Group of invertible matrices with entries in \(\mathbb{F}_7\).
156156
- Some kernel of \(\mathrm{SL}_2(\mathbb{F}_7)\):
@@ -159,6 +159,8 @@ $$\lim_{n \to \infty} \left(1 + \frac{x}{n}\right)^n = e^x$$
159159
\]
160160
- $100 and $12.99 are amounts, not LaTeX.
161161
- I have $10, $3.99 and $x + y$ and $100x$. The amount is $2,000.
162+
- Emma buys 2 cupcakes for $3 each and 1 cookie for $1.50. How much money does she spend in total?
163+
- Maria has $20. She buys a notebook for $4.75 and a pack of pencils for $3.25. How much change does she receive?
162164
163165
---
164166

0 commit comments

Comments
 (0)