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)
2913/// <inheritdoc cref="Vector256.RadiansToDegrees(Vector256{double})" /> 2925Vector256.RadiansToDegrees(radians._lower), 2926Vector256.RadiansToDegrees(radians._upper)