Skip to content

Commit 9642b34

Browse files
committed
System.Numerics*
1 parent b29c264 commit 9642b34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+14107
-4720
lines changed

xml/System.Numerics.Tensors/Tensor.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5216,7 +5216,7 @@
52165216
This method effectively computes <c><typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>.
52175217
</para>
52185218
<para>
5219-
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.
5219+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
52205220
</para>
52215221
<para>
52225222
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -5298,7 +5298,7 @@
52985298
This method effectively computes <c><typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>.
52995299
</para>
53005300
<para>
5301-
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.
5301+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
53025302
</para>
53035303
<para>
53045304
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different

xml/System.Numerics.Tensors/TensorPrimitives.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@
23982398
This method effectively computes <c><paramref name="destination" />[i] = <typeparamref name="T" />.Cos(<paramref name="x" />[i])</c>.
23992399
</para>
24002400
<para>
2401-
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.
2401+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
24022402
</para>
24032403
<para>
24042404
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -2441,7 +2441,7 @@
24412441
If a value is equal to <see cref="F:System.Single.NaN" />, the result stored into the corresponding destination location is also NaN.
24422442
</para>
24432443
<para>
2444-
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <see cref="F:System.MathF.PI" />/180 to convert degrees to radians.
2444+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <see cref="F:System.MathF.PI" />/180 to convert degrees to radians.
24452445
</para>
24462446
<para>
24472447
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -2506,7 +2506,7 @@
25062506
If a value is equal to <see cref="P:System.Numerics.IFloatingPointIeee754`1.NaN" />, the result stored into the corresponding destination location is also NaN.
25072507
</para>
25082508
<para>
2509-
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.
2509+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
25102510
</para>
25112511
<para>
25122512
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -2675,7 +2675,7 @@
26752675
This method effectively computes <c><paramref name="destination" />[i] = <typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>.
26762676
</para>
26772677
<para>
2678-
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.
2678+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
26792679
</para>
26802680
<para>
26812681
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -10118,7 +10118,7 @@
1011810118
This method effectively computes <c><paramref name="destination" />[i] = <typeparamref name="T" />.Sin(<paramref name="x" />[i])</c>.
1011910119
</para>
1012010120
<para>
10121-
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.
10121+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
1012210122
</para>
1012310123
<para>
1012410124
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -10295,7 +10295,7 @@
1029510295
the corresponding destination location is set to that value.
1029610296
</para>
1029710297
<para>
10298-
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <see cref="F:System.MathF.PI" />/180 to convert degrees to radians.
10298+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <see cref="F:System.MathF.PI" />/180 to convert degrees to radians.
1029910299
</para>
1030010300
<para>
1030110301
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -10360,7 +10360,7 @@
1036010360
the corresponding destination location is set to that value.
1036110361
</para>
1036210362
<para>
10363-
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.
10363+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi / 180 to convert degrees to radians.
1036410364
</para>
1036510365
<para>
1036610366
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -10421,7 +10421,7 @@
1042110421
This method effectively computes <c><paramref name="destination" />[i] = <typeparamref name="T" />.SinPi(<paramref name="x" />[i])</c>.
1042210422
</para>
1042310423
<para>
10424-
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.
10424+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
1042510425
</para>
1042610426
<para>
1042710427
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -11192,7 +11192,7 @@
1119211192
This method effectively computes <c><paramref name="destination" />[i] = <typeparamref name="T" />.Tan(<paramref name="x" />[i])</c>.
1119311193
</para>
1119411194
<para>
11195-
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.
11195+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
1119611196
</para>
1119711197
<para>
1119811198
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -11236,7 +11236,7 @@
1123611236
If a value is equal to <see cref="F:System.Single.NaN" />, the corresponding destination location is set to NaN.
1123711237
</para>
1123811238
<para>
11239-
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <see cref="F:System.MathF.PI" />/180 to convert degrees to radians.
11239+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <see cref="F:System.MathF.PI" />/180 to convert degrees to radians.
1124011240
</para>
1124111241
<para>
1124211242
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -11302,7 +11302,7 @@
1130211302
If a value is equal to <see cref="P:System.Numerics.IFloatingPointIeee754`1.NaN" />, the corresponding destination location is set to NaN.
1130311303
</para>
1130411304
<para>
11305-
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.
11305+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi / 180 to convert degrees to radians.
1130611306
</para>
1130711307
<para>
1130811308
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different
@@ -11363,7 +11363,7 @@
1136311363
This method effectively computes <c><paramref name="destination" />[i] = <typeparamref name="T" />.TanPi(<paramref name="x" />[i])</c>.
1136411364
</para>
1136511365
<para>
11366-
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.
11366+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
1136711367
</para>
1136811368
<para>
1136911369
This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different

0 commit comments

Comments
 (0)