5 references to RadiansToDegrees
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.RadiansToDegrees.cs (1)
36return Vector128.RadiansToDegrees(x.AsDouble()).As<double, T>();
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2845/// <inheritdoc cref="Vector128.RadiansToDegrees(Vector128{double})" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (3)
3156/// <inheritdoc cref="Vector128.RadiansToDegrees(Vector128{double})" /> 3168Vector128.RadiansToDegrees(radians._lower), 3169Vector128.RadiansToDegrees(radians._upper)