UNPKG

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