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

◆ Atanh() [1/2]

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

Definition at line 609 of file Single.cs.

610 {
611 return MathF.Atanh(x);
612 }

References System.MathF.Atanh().