1 reference to Sinh
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1209
public static NFloat Sinh(NFloat x) => new NFloat(NativeType.
Sinh
(x._value));