UNPKG

nstatistics

Version:

Solve equations using numerical methods, linear álgebra and solver of linear equation system

5 lines (4 loc) 94 B
'use strict'; module.exports = function ( x ) { return Math.log( x ) / Math.log( 10 ); };