2 references to ExpM1
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
154
return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.
ExpM1
(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
961
public static NFloat ExpM1(NFloat x) => new NFloat(NativeType.
ExpM1
(x._value));