public static F32Vec2 Log2Fast(F32Vec2 a) { return(new F32Vec2(F32.Log2Fast(a.x), F32.Log2Fast(a.y))); }