Updated SC2017 (markdown)

Joachim Ansorg
2021-11-15 11:26:27 +01:00
parent 222c92e2b3
commit 23d23bcd94

@@ -1,4 +1,4 @@
## Increase precision by replacing `a/b\*c` with `a\*c/b`.
## Increase precision by replacing `a/b*c` with `a*c/b`.
### Problematic code: