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