Beispiel #1
0
 public static float2 cbrt(this float2 f) => f.sign() * f.abs().pow(fthird);