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