MCPcopy Create free account
hub / github.com/breck7/scroll / clamph

Function clamph

external/.d3.js:3281–3284  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

3279}));
3280
3281function clamph(value) {
3282 value = (value || 0) % 360;
3283 return value < 0 ? value + 360 : value;
3284}
3285
3286function clampt(value) {
3287 return Math.max(0, Math.min(1, value || 0));

Callers 2

clampFunction · 0.85
formatHslFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected