aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/math/tanh/index.js
blob: 7c45d98870436d068af5f53bb1ecc64d18df823a (plain)
1
2
3
4
5
"use strict";

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