6 references to Cosh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
907destination = T.Cosh(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Cosh.cs (1)
71public static T Invoke(T x) => T.Cosh(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
862/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Cosh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1573/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Cosh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1205/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Cosh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
859/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Cosh(TSelf)" />