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

Function expInOut

docs/app/js/sanddance-app.js:8023–8025  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

8021 return 1 - (0, _mathJs.tpmt)(t);
8022}
8023function expInOut(t) {
8024 return ((t *= 2) <= 1 ? (0, _mathJs.tpmt)(1 - t) : 2 - (0, _mathJs.tpmt)(t - 1)) / 2;
8025}
8026
8027},{"./math.js":"hu4LT","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"hu4LT":[function(require,module,exports) {
8028var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected