9 references to RadiansToDegrees
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1773destination = T.RadiansToDegrees(x);
System\Numerics\Tensors\netcore\TensorPrimitives.RadiansToDegrees.cs (1)
30public static T Invoke(T x) => T.RadiansToDegrees(x);
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1937/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.RadiansToDegrees(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2258/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.RadiansToDegrees(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2035/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.RadiansToDegrees(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2574T value = T.RadiansToDegrees(radians.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1873/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.RadiansToDegrees(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2971T value = T.RadiansToDegrees(radians.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1853/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.RadiansToDegrees(TSelf)" />