normalize

Normalizes a vector by dividing each component by the original length.

Input

value

The vector to normalize.

Output

normalized

A vector of length 1 with the same orientation as the input.