UNPKG

248 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 'name': 'LOG10E',
5 'category': 'Constants',
6 'syntax': ['LOG10E'],
7 'description': 'Returns the base-10 logarithm of E, approximately equal to 0.434',
8 'examples': ['LOG10E', 'log(e, 10)'],
9 'seealso': []
10};
\No newline at end of file