1 interface inheriting from IHyperbolicFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
11
IHyperbolicFunctions
<TSelf>,
56 references to IHyperbolicFunctions
System.Numerics.Tensors (30)
System\Numerics\Tensors\netcore\Tensor.cs (12)
2601
where T :
IHyperbolicFunctions
<T>
2614
where T :
IHyperbolicFunctions
<T>
2738
where T :
IHyperbolicFunctions
<T>
2751
where T :
IHyperbolicFunctions
<T>
2985
where T :
IHyperbolicFunctions
<T>
2998
where T :
IHyperbolicFunctions
<T>
3398
where T :
IHyperbolicFunctions
<T>
3411
where T :
IHyperbolicFunctions
<T>
5205
where T :
IHyperbolicFunctions
<T>
5216
where T :
IHyperbolicFunctions
<T>
5461
where T :
IHyperbolicFunctions
<T>
5472
where T :
IHyperbolicFunctions
<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (6)
528
where T :
IHyperbolicFunctions
<T>
599
where T :
IHyperbolicFunctions
<T>
702
where T :
IHyperbolicFunctions
<T>
903
where T :
IHyperbolicFunctions
<T>
1866
where T :
IHyperbolicFunctions
<T>
2060
where T :
IHyperbolicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Acosh.cs (2)
25
where T :
IHyperbolicFunctions
<T> =>
30
where T :
IHyperbolicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Asinh.cs (2)
25
where T :
IHyperbolicFunctions
<T> =>
30
where T :
IHyperbolicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Atanh.cs (2)
25
where T :
IHyperbolicFunctions
<T> =>
30
where T :
IHyperbolicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Cosh.cs (2)
33
where T :
IHyperbolicFunctions
<T> =>
38
where T :
IHyperbolicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (2)
33
where T :
IHyperbolicFunctions
<T> =>
38
where T :
IHyperbolicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (2)
33
where T :
IHyperbolicFunctions
<T> =>
38
where T :
IHyperbolicFunctions
<T>
System.Private.CoreLib (25)
src\libraries\System.Private.CoreLib\src\System\Double.cs (6)
850
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Acosh(TSelf)" />
854
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Asinh(TSelf)" />
858
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Atanh(TSelf)" />
862
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Cosh(TSelf)" />
866
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Sinh(TSelf)" />
870
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (6)
1564
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Acosh(TSelf)" />
1567
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Asinh(TSelf)" />
1570
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Atanh(TSelf)" />
1573
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Cosh(TSelf)" />
1576
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Sinh(TSelf)" />
1579
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IHyperbolicFunctions.cs (1)
10
where TSelf :
IHyperbolicFunctions
<TSelf>?
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (6)
1196
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Acosh(TSelf)" />
1199
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Asinh(TSelf)" />
1202
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Atanh(TSelf)" />
1205
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Cosh(TSelf)" />
1208
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Sinh(TSelf)" />
1211
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (6)
847
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Acosh(TSelf)" />
851
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Asinh(TSelf)" />
855
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Atanh(TSelf)" />
859
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Cosh(TSelf)" />
863
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Sinh(TSelf)" />
867
/// <inheritdoc cref="
IHyperbolicFunctions
{TSelf}.Tanh(TSelf)" />
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
385
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.
IHyperbolicFunctions
<>))]