예제 #1
0
    // Tangent²

    public static float4 tan2(this float4 f) => f.sec2() - 1;