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