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

Unified Diff: corelib/src/math.dart

Issue 10823048: deprecate the dart:core Math class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/math.dart
diff --git a/corelib/src/math.dart b/corelib/src/math.dart
index d8105e2fe908d48d953070e518e7957f99c0d1d8..401679f855aeddbbf96f70d884591bdae47eee7e 100644
--- a/corelib/src/math.dart
+++ b/corelib/src/math.dart
@@ -4,6 +4,10 @@
// Dart core library.
+/**
+ * *Note:* This class is **deprecated**, and will be removed soon.
+ * Please use the [dart:math] library instead.
+ */
class Math {
/**
* Base of the natural logarithms.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698