uawdijnntqw1x1x1
IP : 216.73.216.86
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
node_modules
/
.
/
..
/
smmsg.com
/
..
/
node_modules
/
.
/
..
/
4d695
/
es.math.cosh.js.tar
/
/
home/emeraadmin/public_html/node_modules/core-js-pure/modules/es.math.cosh.js000064400000000776151701436540023410 0ustar00'use strict'; var $ = require('../internals/export'); var expm1 = require('../internals/math-expm1'); // eslint-disable-next-line es/no-math-cosh -- required for testing var $cosh = Math.cosh; var abs = Math.abs; var E = Math.E; var FORCED = !$cosh || $cosh(710) === Infinity; // `Math.cosh` method // https://tc39.es/ecma262/#sec-math.cosh $({ target: 'Math', stat: true, forced: FORCED }, { cosh: function cosh(x) { var t = expm1(abs(x) - 1) + 1; return (t + 1 / (t * E * E)) * (E / 2); } });
/home/emeraadmin/www/node_modules/./../smmsg.com/../node_modules/./../4d695/es.math.cosh.js.tar