of     1   

EchoReaper
#118949951Friday, November 29, 2013 1:13 AM GMT

Do you get annoyed because the math library is called math instead of maths? One of my European friends always gets into arguments with me on whether "math" or "maths" is correct, so I couldn't help but wonder how annoying it might get when you have to put something such as "rand = math.random(1,5)" instead of "rand = maths.random(1,5)".
BlueTaslem
#118950346Friday, November 29, 2013 1:18 AM GMT

Math makes more sense anyway. Mathematics isn't plural, it's uncountable. And "math" is easier to say. In addition, it's shorter. There really is not reason to complain. Especially not on an American holiday, which is what I expected this to be about. Besides, if this is really that much of a problem, local maths,math = math,nil;
EchoReaper
#118950506Friday, November 29, 2013 1:20 AM GMT

I never said that I thought maths was right. I know it's incorrect. I was just wondering if non-Americans were annoyed by it. Also, just because you can get around it doesn't mean you wouldn't be annoyed by it. Example: In Python, booleans take capital False and capital True. I can get around this by putting false = False and true = True in my code whenever I need to use booleans, but that doesn't mean I'm not annoyed by it.
cntkillme
#118950630Friday, November 29, 2013 1:22 AM GMT

You mean False = false and True = true?
Jetta765214
#118950758Friday, November 29, 2013 1:23 AM GMT

@cnt, no in python the values are True and False. It's annoying to capitalize it every time, it is annoying. So he did mean: false,true = False,True
TheNickmaster21
#118950882Friday, November 29, 2013 1:25 AM GMT

I never get annoyed by it. I don't even remember the last time I said maths or wrote maths out and I'm American.
cntkillme
#118951203Friday, November 29, 2013 1:29 AM GMT

Oops, I though you were doing that as if to make Lua's true = True
[rfa#hidefromsearch]
#118952504Friday, November 29, 2013 1:45 AM GMT

[rfa#hidefromsearch]
EchoReaper
#118959433Friday, November 29, 2013 3:10 AM GMT

"Also, just because you can get around it doesn't mean you wouldn't be annoyed by it. Example: In Python, booleans take capital False and capital True. I can get around this by putting false = False and true = True in my code whenever I need to use booleans, but that doesn't mean I'm not annoyed by it. "
Vorlias
#118977968Friday, November 29, 2013 8:14 AM GMT

Considering I do programming in American English, no.
flatline115
#118979476Friday, November 29, 2013 8:56 AM GMT

Well if it truly did annoy them they can easily solve it by doing; maths = math print(maths.random(), maths.rad(1)) Works just the same so.
triston220
#119010252Friday, November 29, 2013 5:46 PM GMT

Not too much, and it does reduce the amount I actually have to type.
Alyte
#119015578Friday, November 29, 2013 6:41 PM GMT

american english > english english and this is coming from an english guy
Alyte
#119015694Friday, November 29, 2013 6:43 PM GMT

when there were dinosaurs and it was black and white and stuff, england mixed its version of english with french for some stupid reason, which made it even worse than it already is, meanwhile in the USA they kept it the same :D
Tenal
#119018899Friday, November 29, 2013 7:15 PM GMT

"maths" is unbelievably hard to pronounce
MettaurSp
#119019126Friday, November 29, 2013 7:18 PM GMT

How tenal? The transition from "th" to "s"? It isn't that hard for me o3o
Tenal
#119019730Friday, November 29, 2013 7:24 PM GMT

the lack of vowel between th and s
cntkillme
#119022504Friday, November 29, 2013 7:51 PM GMT

maths is pretty disgusting to say, like ghosts
MilkTreatGolem
#119025792Friday, November 29, 2013 8:22 PM GMT

no
chickenman158
#119070627Saturday, November 30, 2013 3:47 AM GMT

Canadian English > American English. You get the best of both worlds, and an excuse to use both ways.
XX050
#119095582Saturday, November 30, 2013 10:43 AM GMT

'american english > english english' 'Canadian English > American English.' All types of English are roughly the same. There are no things such as 'American English' or 'Canadian English' because that does not make sense. Canadian English is not better than American English or English. English is original therefore you cannot compare it.
Alkan
#119108410Saturday, November 30, 2013 3:37 PM GMT

i totally confused 'math' and 'matematicas' all the time

    of     1