3 references to Log
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (2)
244return double.Log(u) * (x / (u - 1.0)); 311return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.Log(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1146public static NFloat Log(NFloat x) => new NFloat(NativeType.Log(x._value));