We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2302107 commit f280235Copy full SHA for f280235
samples/snippets/csharp/VS_Snippets_CLR_System/system.Math.SinCos/CS/sincos.cs
@@ -36,9 +36,9 @@ public static void Main()
36
"\nWhen you have calls to sin(X) and cos(X) they \n" +
37
"can be replaced with a single call to sincos(x):" );
38
39
- UseCombinedSinCosine(15.0);
40
- UseCombinedSinCosine(30.0);
41
- UseCombinedSinCosine(45.0);
+ UseCombinedSineCosine(15.0);
+ UseCombinedSineCosine(30.0);
+ UseCombinedSineCosine(45.0);
42
}
43
44
// Evaluate trigonometric identities with a given angle.
0 commit comments