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