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

◆ Acosh() [1/2]

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

Definition at line 579 of file Double.cs.

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

References System.Math.Acosh().