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