Is there a mathematical term for variables that have min and max values where it can only have values between both?
Take speedometers for example; they display how fast the car can go, meaning how high their speed can go up to. And since they cannot be lower than 0, it means the speed variable of a car has constraints of min and max values. Is there a way to express this variable with some sort of mathematical term instead of simply showcasing a speedometer in this case? Sorry if this is a bad example.
In other words, is there a term that can be used instead of saying a variable with min and max values?
Thanks.