Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Tanh()
[1/2]
static
Half
IFloatingPoint
<
Half
>. System.Half.Tanh
(
Half
x
)
inline
static
Definition at line
956
of file
Half.cs
.
957
{
958
return
(
Half
)MathF.Tanh((
float
)x);
959
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.Tanh()
.
System
Half
Generated by
1.10.0