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

◆ Log2() [2/4]

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

Definition at line 699 of file Double.cs.

700 {
701 return Math.Log2(x);
702 }

References System.Math.Log2().