1 interface inheriting from IHyperbolicFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
11IHyperbolicFunctions<TSelf>,
62 references to IHyperbolicFunctions
System.Numerics.Tensors (30)
System\Numerics\Tensors\netcore\Tensor.cs (12)
2457where T : IHyperbolicFunctions<T> 2470where T : IHyperbolicFunctions<T> 2538where T : IHyperbolicFunctions<T> 2551where T : IHyperbolicFunctions<T> 2785where T : IHyperbolicFunctions<T> 2798where T : IHyperbolicFunctions<T> 3086where T : IHyperbolicFunctions<T> 3099where T : IHyperbolicFunctions<T> 4704where T : IHyperbolicFunctions<T> 4715where T : IHyperbolicFunctions<T> 4876where T : IHyperbolicFunctions<T> 4887where 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> 1943where T : IHyperbolicFunctions<T> 2158where 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> 45where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (2)
33where T : IHyperbolicFunctions<T> 45where T : IHyperbolicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (2)
33where T : IHyperbolicFunctions<T> 45where T : IHyperbolicFunctions<T>
System.Private.CoreLib (31)
src\libraries\System.Private.CoreLib\src\System\Double.cs (6)
852/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" /> 856/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Asinh(TSelf)" /> 860/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" /> 864/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Cosh(TSelf)" /> 868/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Sinh(TSelf)" /> 872/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (6)
1560/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" /> 1563/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Asinh(TSelf)" /> 1566/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" /> 1569/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Cosh(TSelf)" /> 1572/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Sinh(TSelf)" /> 1575/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (6)
1219/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" /> 1222/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Asinh(TSelf)" /> 1225/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" /> 1228/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Cosh(TSelf)" /> 1231/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Sinh(TSelf)" /> 1234/// <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)
849/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" /> 853/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Asinh(TSelf)" /> 857/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" /> 861/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Cosh(TSelf)" /> 865/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Sinh(TSelf)" /> 869/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
388[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.IHyperbolicFunctions<>))]