Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Cbrt() [1/2]

static double IFloatingPoint< double >. System.Double.Cbrt ( double x)
inlinestatic

Definition at line 627 of file Double.cs.

628 {
629 return Math.Cbrt(x);
630 }

References System.Math.Cbrt().