6 references to Atan2
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
656
destination[i] = T.
Atan2
(x[i], y);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2.cs (1)
74
public static T Invoke(T y, T x) => T.
Atan2
(y, x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
806
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
Atan2
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1439
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
Atan2
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1156
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
Atan2
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
803
/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.
Atan2
(TSelf, TSelf)" />