blob: 4c1bc77a222f78dbd43e338591a0a7cdc695051d [file] [log] [blame]
'use strict';
module.exports = require('./is-implemented')()
? Math.expm1
: require('./shim');