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