Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
/ log10 Public archive

ES2015 Math.log10() ponyfill

License

Notifications You must be signed in to change notification settings

sindresorhus/log10

Repository files navigation

Deprecated as this is now natively available in all modern browsers and Node.js versions.


log10

ES2015 Math.log10() ponyfill

Install

$ npm install log10

Usage

const log10 = require('log10');

log10(5);
//=> 0.6989700043360189