All Downloads are FREE. Search and download functionalities are using the official Maven repository.

polyfills.Math.log10.raw.js Maven / Gradle / Ivy

The newest version!

// Math.log10
Math.log10 = function log10(x) {
	return Math.log(x) / Math.LN10;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy