/// <inheritdoc cref="fastlength(float4)"/>
 public static float fastlength(this float3 f) => fastsqrt(f.selfmul());