From 0826c711fe23c1b05221ec244ad678cbe27c65d9 Mon Sep 17 00:00:00 2001 From: Maksym Konotop Date: Sun, 19 Oct 2025 22:38:53 +0300 Subject: [PATCH] MathF.SinCos remarks uses Math.PI instead of MathF.PI (#11824) --- xml/System/MathF.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/MathF.xml b/xml/System/MathF.xml index 3127716319e..3b3ecae1a29 100644 --- a/xml/System/MathF.xml +++ b/xml/System/MathF.xml @@ -2405,7 +2405,7 @@ If the value of the `x` argument is /180 to convert degrees to radians. + The angle, `x`, must be in radians. Multiply by /180 to convert degrees to radians. This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures.