Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: pkg/analyzer/test/src/context/mock_sdk.dart

Issue 2852053002: Update documentation on trignometric functions. (Closed)
Patch Set: Update fingerprints. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/test/mock_sdk.dart ('k') | pkg/dev_compiler/tool/input_sdk/patch/math_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/context/mock_sdk.dart
diff --git a/pkg/analyzer/test/src/context/mock_sdk.dart b/pkg/analyzer/test/src/context/mock_sdk.dart
index 3f0f5dd36af2ba93590f6edaae415a07d4e1df70..65ba4417d15553a919a5802adb206c0555c804cf 100644
--- a/pkg/analyzer/test/src/context/mock_sdk.dart
+++ b/pkg/analyzer/test/src/context/mock_sdk.dart
@@ -383,9 +383,9 @@ const double LN10 = 2.302585092994046;
T min<T extends num>(T a, T b) => null;
T max<T extends num>(T a, T b) => null;
-external double cos(num x);
-external double sin(num x);
-external double sqrt(num x);
+external double cos(num radians);
+external double sin(num radians);
+external double sqrt(num radians);
class Random {
bool nextBool() => true;
double nextDouble() => 2.0;
« no previous file with comments | « pkg/analysis_server/test/mock_sdk.dart ('k') | pkg/dev_compiler/tool/input_sdk/patch/math_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698