Function normalize

Compute the normalization of a vector.

Vec!(T,N) normalize(T, ulong N) (
  in Vec!(T,N) v
) pure nothrow @nogc @safe
if (isFloatingPoint!T);