From 385e3163f423b5d120e0b0c22c1327f945d746ab Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 9 May 2015 11:53:45 -0700 Subject: [PATCH] Updated SC2017 (markdown) --- SC2017.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2017.md b/SC2017.md index 8f59133..31c9930 100644 --- a/SC2017.md +++ b/SC2017.md @@ -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: