6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
'use strict';
|
|
require('../../modules/es.math.sinh');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Math.sinh;
|