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

◆ Sinh() [1/2]

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

Definition at line 765 of file Double.cs.

766 {
767 return Math.Sinh(x);
768 }

References System.Math.Sinh().