9 references to Atan
Microsoft.ML.Transforms (2)
Expression\BuiltinFunctions.cs (2)
235FunctionProviderUtils.Fn<R8, R8>(Math.Atan)); 635return (R4)Math.Atan(a);
PresentationCore (3)
MS\Internal\Ink\StrokeRenderer.cs (3)
1071angle = Math.Atan(dy / dx) + Math.PI; 1075angle = Math.Atan(dy / dx) + (2 * Math.PI); 1079angle = Math.Atan(dy / dx);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1824public static double Atan(double x) => Math.Atan(x);
System.Runtime.Numerics (2)
System\Numerics\Complex.cs (2)
406u = Math.Atan(bPrime); 439u = Math.Atan(1.0 / bPrime);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2180double tan = Math.Abs(Math.Atan(oppositeSide / adjacentSide));