Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Sqrt()
[1/2]
static float
IFloatingPoint
< float >. System.Single.Sqrt
(
float
x
)
inline
static
Definition at line
771
of file
Single.cs
.
772
{
773
return
MathF.Sqrt(x);
774
}
References
System.MathF.Sqrt()
.
System
Single
Generated by
1.10.0