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

◆ Log() [2/4]

static float IFloatingPoint< float >. System.Single.Log ( float x,
float newBase )
inlinestatic

Definition at line 693 of file Single.cs.

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

References System.MathF.Log().