Post Reply 
Commas, dots, and spaces
09-01-2014, 10:50 PM
Post: #1
Commas, dots, and spaces
(09-01-2014 12:02 PM)Joe Horn Wrote:  linear_regression([14,21,30,38,45,60],[0.2,0.5,0.7,1.2,1.6,2.4])

It just hit me: The second half of that must be painful to the eyes of folks who use commas as their decimal point marker (radix? or whatever it's called). I should have included spaces, especially in the second part which contains decimals:

linear_regression([14, 21, 30, 38, 45, 60], [0.2, 0.5, 0.7, 1.2, 1.6, 2.4])

Probably still annoying, but better I hope?

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Commas, dots, and spaces - Joe Horn - 09-01-2014 10:50 PM



User(s) browsing this thread: 1 Guest(s)