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