1 interface inheriting from IHyperbolicFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
11IHyperbolicFunctions<TSelf>,
56 references to IHyperbolicFunctions
System.Numerics.Tensors (30)
System\Numerics\Tensors\netcore\Tensor.cs (12)
2601where T : IHyperbolicFunctions<T> 2614where T : IHyperbolicFunctions<T> 2738where T : IHyperbolicFunctions<T> 2751where T : IHyperbolicFunctions<T> 2985where T : IHyperbolicFunctions<T> 2998where T : IHyperbolicFunctions<T> 3398where T : IHyperbolicFunctions<T> 3411where T : IHyperbolicFunctions<T> 5205where T : IHyperbolicFunctions<T> 5216where T : IHyperbolicFunctions<T> 5461where T : IHyperbolicFunctions<T> 5472where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (6)
528where T : IHyperbolicFunctions<T> 599where T : IHyperbolicFunctions<T> 702where T : IHyperbolicFunctions<T> 903where T : IHyperbolicFunctions<T> 1866where T : IHyperbolicFunctions<T> 2060where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Acosh.cs (2)
25where T : IHyperbolicFunctions<T> => 30where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Asinh.cs (2)
25where T : IHyperbolicFunctions<T> => 30where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Atanh.cs (2)
25where T : IHyperbolicFunctions<T> => 30where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Cosh.cs (2)
33where T : IHyperbolicFunctions<T> => 38where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (2)
33where T : IHyperbolicFunctions<T> => 38where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (2)
33where T : IHyperbolicFunctions<T> => 38where 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)
10where 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<>))]