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