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