6 references to Tanh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
2064destination = T.Tanh(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (1)
61public static T Invoke(T x) => T.Tanh(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
870/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1579/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1211/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
867/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />