| Index: sdk/lib/math/math.dart
|
| diff --git a/sdk/lib/math/math.dart b/sdk/lib/math/math.dart
|
| index 46fe33863c99b7f89972f2cc1fe2f5db19cbb5b9..af797f0af97837f56c7bdd2af891219755f0fe54 100644
|
| --- a/sdk/lib/math/math.dart
|
| +++ b/sdk/lib/math/math.dart
|
| @@ -26,12 +26,12 @@ const double E = 2.718281828459045;
|
| /**
|
| * Natural logarithm of 10.
|
| */
|
| -const double LN10 = 2.302585092994046;
|
| +const double LN10 = 2.302585092994046;
|
|
|
| /**
|
| * Natural logarithm of 2.
|
| */
|
| -const double LN2 = 0.6931471805599453;
|
| +const double LN2 = 0.6931471805599453;
|
|
|
| /**
|
| * Base-2 logarithm of [E].
|
|
|