6 references to Sinh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1870destination = T.Sinh(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (1)
60public static T Invoke(T x) => T.Sinh(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
866/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Sinh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1576/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Sinh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1208/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Sinh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
863/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Sinh(TSelf)" />