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