15 references to Sinh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1967
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 (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
884
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1624
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1231
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1071
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1082
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1075
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1135
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
879
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Sinh
(TSelf)" />
System.Runtime.Numerics (5)
System\Numerics\Complex.Generic.cs (5)
464
return new Complex<T>(sin * T.Cosh(value.m_imaginary), cos * T.
Sinh
(value.m_imaginary));
496
return new Complex<T>(T.
Sinh
(real) * cosInf, T.Cosh(real) * sinInf);
593
return new Complex<T>(cos * T.Cosh(value.m_imaginary), -sin * T.
Sinh
(value.m_imaginary));
626
return new Complex<T>(T.Cosh(real) * cosInf, T.
Sinh
(real) * sinInf);
748
return new Complex<T>(sin / D, T.
Sinh
(y2) / D);