Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ cosh
Function
cosh
external/.d3.js:3866–3868 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
3864
var
epsilon2$1 = 1e-12;
3865
3866
function
cosh(x) {
3867
return
((x = Math.exp(x)) + 1 / x) / 2;
3868
}
3869
3870
function
sinh(x) {
3871
return
((x = Math.exp(x)) - 1 / x) / 2;
Callers
1
zoom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected