MCPcopy Create free account
hub / github.com/microsoft/SandDance / arcosh

Function arcosh

docs/app/js/sanddance-app.js:135383–135385  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

135381 return log(x + sqrt(x * x + 1));
135382}
135383function arcosh(x) {
135384 return log(x + sqrt(x * x - 1));
135385}
135386
135387},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"gbywE":[function(require,module,exports) {
135388var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls 2

logFunction · 0.70
sqrtFunction · 0.70

Tested by

no test coverage detected