Skip to content

Commit cfb2474

Browse files
authored
MathF.SinCos remarks uses Math.PI instead of MathF.PI (#11824) (#11941)
1 parent df28569 commit cfb2474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/MathF.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2405,7 +2405,7 @@ If the value of the `x` argument is <xref:System.Single.NaN?displayProperty=name
24052405
<format type="text/markdown"><![CDATA[
24062406
24072407
## Remarks
2408-
The angle, `x`, must be in radians. Multiply by <xref:System.Math.PI?displayProperty=nameWithType>/180 to convert degrees to radians.
2408+
The angle, `x`, must be in radians. Multiply by <xref:System.MathF.PI?displayProperty=nameWithType>/180 to convert degrees to radians.
24092409
24102410
This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures.
24112411

0 commit comments

Comments
 (0)