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

Unified Diff: sdk/lib/math/math.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Format all dart: library files Created 3 years, 9 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 | « sdk/lib/math/jenkins_smi_hash.dart ('k') | sdk/lib/math/point.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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].
« no previous file with comments | « sdk/lib/math/jenkins_smi_hash.dart ('k') | sdk/lib/math/point.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698