Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Log()
[1/4]
static float
IFloatingPoint
< float >. System.Single.Log
(
float
x
)
inline
static
Definition at line
687
of file
Single.cs
.
688
{
689
return
MathF.Log(x);
690
}
References
System.MathF.Log()
.
System
Single
Generated by
1.10.0