Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 576dcc0

Browse files
authored
Adding a comma that can make a difference
This book is useful for people who don't know math, so it might be not obvious. If they read "the square root of two divided by two", it could be "the square root of (two divided by two)". This is a common trap on too many math test I've read. If you add the comma, you can read "(the square root of two), divided by two". Whitout the comma, you could make life harder for people frustrated with maths. Let's make it easier!
1 parent 7d7692b commit 576dcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2028,7 +2028,7 @@ \section{Math functions}
20282028

20292029
If you know
20302030
trigonometry, you can check the previous result by comparing it to
2031-
the square root of two divided by two:
2031+
the square root of two, divided by two:
20322032
\index{sqrt function}
20332033
\index{function!sqrt}
20342034

0 commit comments

Comments
 (0)