W3cubDocs

/Dart 2

ln10 top-level constant

const ln10 = 2.302585092994046

Natural logarithm of 10.

The natural logarithm of 10 is the number such that pow(E, LN10) == 10. This value is not exact, but it is the closest representable double to the exact mathematical value.

Implementation

const double ln10 = 2.302585092994046

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-math/ln10-constant.html