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)
inlinestatic

Definition at line 651 of file Double.cs.

652 {
653 return Math.Cosh(x);
654 }

References System.Math.Cosh().