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