UNPKG

218 BJavaScriptView Raw
1export var LN10Docs = {
2 name: 'LN10',
3 category: 'Constants',
4 syntax: ['LN10'],
5 description: 'Returns the natural logarithm of 10, approximately equal to 2.302',
6 examples: ['LN10', 'log(10)'],
7 seealso: []
8};
\No newline at end of file