4 references to RadiansToDegrees
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.RadiansToDegrees.cs (1)
59return Vector256.RadiansToDegrees(x.AsSingle()).As<float, T>();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
2931/// <inheritdoc cref="Vector256.RadiansToDegrees(Vector256{float})" /> 2943Vector256.RadiansToDegrees(radians._lower), 2944Vector256.RadiansToDegrees(radians._upper)