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

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

The newest version!

// Math.log2
Math.log2 = function log2(x) {
	return Math.log(x) / Math.LN2;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy