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