You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Numerics.Tensors/Tensor.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5214,7 +5214,7 @@
5214
5214
This method effectively computes <c><typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>.
5215
5215
</para>
5216
5216
<para>
5217
-
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)"> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
5217
+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
5218
5218
</para>
5219
5219
<para>
5220
5220
This method might call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different operating systems or architectures.
0 commit comments