MCPcopy
hub / github.com/josdejong/mathjs / cosh.js

File cosh.js

src/function/trigonometry/cosh.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { factory } from '../../utils/factory.js'
2import { cosh as coshNumber } from '../../utils/number.js'
3
4const name = 'cosh'

Callers

nothing calls this directly

Calls 2

factoryFunction · 0.90
coshMethod · 0.65

Tested by

no test coverage detected