2 references to Cosh
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1576
public static Half Cosh(Half x) => (Half)MathF.
Cosh
((float)x);
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
864
public static float Cosh(float x) => MathF.
Cosh
(x);