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