Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ cosh
Function
cosh
docs/app/js/sanddance-app.js:128576–128578 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
128574
parcelHelpers.defineInteropFlag(exports);
128575
var
epsilon2 = 1e-12;
128576
function
cosh(x) {
128577
return
((x = Math.exp(x)) + 1 / x) / 2;
128578
}
128579
function
sinh(x) {
128580
return
((x = Math.exp(x)) - 1 / x) / 2;
128581
}
Callers
1
zoom
Function · 0.70
Calls
1
exp
Function · 0.70
Tested by
no test coverage detected