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

Definition at line 651 of file Single.cs.

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

References System.MathF.Cosh().