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