Tumortisch-Dist/resources/app/node_modules/es5-ext/math/expm1/implement.js

9 lines
181 B
JavaScript
Raw Normal View History

2021-06-15 16:00:08 +02:00
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "expm1", { value: require("./shim"),
configurable: true,
enumerable: false,
writable: true });
}