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