예제 #1
0
 public static float4 cbrt(this float4 f) => f.sign() * f.abs().pow(fthird);