|
|
|
|
|
by martincmartin
1779 days ago
|
|
You see this in programming languages too. Many languages distinguish between one of something and a collection of them, e.g. int x vs vector<int> x. In other languages, like Matlab, everything's a vector, and a scalar is just a vector of length one. |
|