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