4 lines
95 B
JavaScript
Raw Normal View History

"use strict";
module.exports = require("./is-implemented")() ? Math.tanh : require("./shim");