You can buy this project and download/modify it how often you want.
// Math.expm1 Math.expm1 = function expm1(x) { return Math.exp(x) - 1; };