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

◆ Log() [1/4]

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

Definition at line 687 of file Double.cs.

688 {
689 return Math.Log(x);
690 }

References System.Math.Log().