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

◆ Exp() [1/2]

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

Definition at line 657 of file Double.cs.

658 {
659 return Math.Exp(x);
660 }

References System.Math.Exp().