UNPKG

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