UNPKG

354 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.LOG2EDocs = void 0;
7var LOG2EDocs = {
8 name: 'LOG2E',
9 category: 'Constants',
10 syntax: ['LOG2E'],
11 description: 'Returns the base-2 logarithm of E, approximately equal to 1.442',
12 examples: ['LOG2E', 'log(e, 2)'],
13 seealso: []
14};
15exports.LOG2EDocs = LOG2EDocs;
\No newline at end of file