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