4 references to RadiansToDegrees
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.RadiansToDegrees.cs (1)
54return Vector256.RadiansToDegrees(x.AsDouble()).As<double, T>();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
2987/// <inheritdoc cref="Vector256.RadiansToDegrees(Vector256{double})" /> 2999Vector256.RadiansToDegrees(radians._lower), 3000Vector256.RadiansToDegrees(radians._upper)