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

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

The newest version!

// Math.log1p
Math.log1p = function log1p(x) {
	return Math.log(1 + x);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy