Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Acosh() [1/2]

static float IFloatingPoint< float >. System.Single.Acosh ( float x)
inlinestatic

Definition at line 579 of file Single.cs.

580 {
581 return MathF.Acosh(x);
582 }

References System.MathF.Acosh().