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