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

◆ Log10() [1/2]

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

Definition at line 705 of file Double.cs.

706 {
707 return Math.Log10(x);
708 }

References System.Math.Log10().