Updated SC2017 (markdown)

Joachim Ansorg
2021-11-12 19:17:27 +01:00
parent 04b254bcb2
commit c905f6b5ac

@@ -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: