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

◆ Log() [2/4]

static double IFloatingPoint< double >. System.Double.Log ( double x,
double newBase )
inlinestatic

Definition at line 693 of file Double.cs.

694 {
695 return Math.Log(x, newBase);
696 }

References System.Math.Log().