예제 #1
0
    ///Inverse cube root

    public static float4 rcbrt(this float4 f) => f.cbrt().rcp();