Chromium Code Reviews| 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. |