|
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)". |
|
|
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; |
|
|
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. |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
You mean False = false and True = true? |
|
|
@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 |
|
|
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. |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
Oops, I though you were doing that as if to make Lua's true = True |
|
|
|
"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. " |
|
VorliasJoin Date: 2009-08-27 Post Count: 14478 |
Considering I do programming in American English, no. |
|
|
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. |
|
|
Not too much, and it does reduce the amount I actually have to type. |
|
AlyteJoin Date: 2011-10-24 Post Count: 10090 |
american english > english english
and this is coming from an english guy
|
|
AlyteJoin Date: 2011-10-24 Post Count: 10090 |
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 |
|
TenalJoin Date: 2011-05-15 Post Count: 18684 |
"maths" is unbelievably hard to pronounce |
|
MettaurSpJoin Date: 2010-03-20 Post Count: 3179 |
How tenal? The transition from "th" to "s"? It isn't that hard for me o3o |
|
TenalJoin Date: 2011-05-15 Post Count: 18684 |
the lack of vowel between th and s |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
maths is pretty disgusting to say, like ghosts |
|
|
|
Canadian English > American English.
You get the best of both worlds, and an excuse to use both ways. |
|
XX050Join Date: 2013-04-30 Post Count: 10 |
'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. |
|
AlkanJoin Date: 2008-12-04 Post Count: 907 |
i totally confused 'math' and 'matematicas' all the time |
|