Funny that 1 litre is singular but 1.0 lires is plural even though 1.0 is more precisely singular than 1. IOW, English is screwy
Why is zero plural? (2024)
11–20 of 209 posts
Re: Why is zero plural? (2024)
#12Re: Why is zero plural? (2024)
#13Funny that 1 litre is singular but 1.0 lires is plural even though 1.0 is more precisely singular than 1. IOW, English is screwy
Or perhaps more for one of a discreet object, where the litre is considered as a single thing but 1.0 is implying a continuous measurement so it changes how we think of it?
Re: Why is zero plural? (2024)
#14Notice how these are all plural, and in each case "no" could be substituted with "zero":
* "My shelf contains no books."
* "Snails have no legs."
* "What if there were no stars in the sky?"
You can't simply replace those examples with a singular noun: You're either forced to refactor the grammar or you end up with something that sounds weird/archaic. Ex:
* "My shelf contains no book." [Weird/archaic]
* "My shelf does not contain a book. [Refactored]
Re: Why is zero plural? (2024)
#15Interestingly, we can say either:
1. "There are no books on this subject"
2. "There is no book on this subject"
Re: Why is zero plural? (2024)
#16Funny that 1 litre is singular but 1.0 lires is plural even though 1.0 is more precisely singular than 1. IOW, English is screwy
I disagree 1.0 is more precise one than 1. Both in speaking language, and in quite some programming languages "1" is assumed to be an integer, and "1.0" is assumed to be a number with one decimal (something akin to a float). And I'd say integer "1" is the most precise type of one. If we are rounding numbers you are right though... round_to_int(0.5000000 to 1.499999) -> 1 round_to_one_decimal(0.9500000 to 1.049999) ->…
It depends on the context/subtext: Is the other person trying to communicate something extra by adding the .0 portion?
Some are, some aren't. A programmer might use it to distinguish a data-type even though they are otherwise equal, an engineer might use it for significant-figures, etc.
Re: Why is zero plural? (2024)
#17Re: Why is zero plural? (2024)
#18Re: Why is zero plural? (2024)
#19The answer says zero is treated as "plural" because we say "0 books". Interestingly, we can say either: 1. "There are no books on this subject" 2. "There is no book on this subject"
Re: Why is zero plural? (2024)
#20I think it extends from whatever rules govern the much-more-influential word "No", particularly for items which aren't normally capped at 1. Notice how these are all plural , and in each case "no" could be substituted with "zero": * "My shelf contains no books." * "Snails have no legs." * "What if there were no stars in the sky?" You can't simply replace those examples with a singular noun: You're either forced to re…
"What if there was no star in the sky?" does not sound particularly weird, and we can find instances of people using that exact phrase. If we focus on the key aspect of that statement, "no star in the sky" appears to be commonly used.