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

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

The newest version!

// Math.expm1
Math.expm1 = function expm1(x) {
	return Math.exp(x) - 1;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy