MCPcopy 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

3864var epsilon2$1 = 1e-12;
3865
3866function cosh(x) {
3867 return ((x = Math.exp(x)) + 1 / x) / 2;
3868}
3869
3870function sinh(x) {
3871 return ((x = Math.exp(x)) - 1 / x) / 2;

Callers 1

zoomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected