Nov 5, 2012 00:05
12 yrs ago
English term
less (than) or equal (to)
English
Science
Computers: Systems, Networks
informatics
“When the inventory level is less or equal r,… ”
Shouldn't it be rather: “When the inventory level is less than or equal to r, …”
Shouldn't it be rather: “When the inventory level is less than or equal to r, …”
Responses
4 +9 | less than or equal to | Oliver Walter |
Responses
+9
10 mins
Selected
less than or equal to
Yes; strictly, "the inventory level is less or equal r" is not grammatically correct. "less or equal" is probably influenced by how computer programmers read "A <= B" in the definition of an algorithm. (I've written "<=" to represent "less or equal"; in an actual programming language it may be written "<=", ".le." or possibly something else). They probably read it as "less or equal" because that is a smaller number of words and the meaning is clear, but in grammatically correct English it is "less than or equal to".
Peer comment(s):
agree |
Martin Riordan
7 mins
|
agree |
Dan Dascalescu
: Correct - http://en.wikipedia.org/wiki/Operators_in_C_and_C++#Comparis...
18 mins
|
agree |
John Alphonse (X)
26 mins
|
agree |
Egil Presttun
4 hrs
|
agree |
Tony M
6 hrs
|
agree |
Jenni Lukac (X)
8 hrs
|
agree |
Jack Doughty
8 hrs
|
agree |
PoveyTrans (X)
10 hrs
|
agree |
Colin Rowe
10 hrs
|
4 KudoZ points awarded for this answer.
Comment: "Selected automatically based on peer agreement."
Discussion