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

◆ Pow() [1/2]

static double IFloatingPoint< double >. System.Double.Pow ( double x,
double y )
inlinestatic

Definition at line 723 of file Double.cs.

724 {
725 return Math.Pow(x, y);
726 }

References System.Math.Pow().