2 references to Log2
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (2)
579
public static double Log2(double value) => Math.
Log2
(value);
899
public static double Log2P1(double x) => Math.
Log2
(x + 1);