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

◆ Atanh() [1/2]

static double IFloatingPoint< double >. System.Double.Atanh ( double x)
inlinestatic

Definition at line 609 of file Double.cs.

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

References System.Math.Atanh().