Is there a name for the range of numbers $[-1,1]$, or the name by which a non-zero number is brought to be in this range$^1$?
I am aware that a Unit Interval is the name for the range $[0, 1]$, and the page does make mention of $[-1, 1]$ but offers no specific name for the range.
$^1$If there is a number -123.456 and I want to represent it in the range $[-1, 1]$ I would expect the resultant number to be -0.123456, but I am not certain of the name of the function that has just been performed.
The closest term I can think of is norm (or normalize to use the verb form) in the sense of a normalized vector such that $x = (3,4)$ and $\hat x = (0.6, 0.8)$
But how would one look to apply such terms outside of vectors and what would the correct terms be?