Google isn't being helpful for me today, and the StackOverflow search is returning no results. However, this could be the result of inefficient keyword usage.
My question is: when speaking of a range of numbers in a programming language, what do the symbols "(", ")", "[", and "]" mean?
For example, (0, 10], or [0, 10).
See this question, where the referenced symbols are used both in the title and question text.
My theory is that "(" and ")" mean "excluding" and "[" and "]" mean "including". Is this a correct hypothesis?