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