7 references to Sinh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1947
destination = T.
Sinh
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (1)
60
public static T Invoke(T x) => T.
Sinh
(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
868
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1572
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1229
/// <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)
865
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />