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