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