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