MCPcopy
hub / github.com/chartjs/Chart.js / _normalizeAngle

Function _normalizeAngle

src/helpers/helpers.math.ts:160–162  ·  view source on GitHub ↗
(a: number)

Source from the content-addressed store, hash-verified

158 * @private
159 */
160export function _normalizeAngle(a: number) {
161 return (a % TAU + TAU) % TAU;
162}
163
164/**
165 * @private

Callers 6

_angleBetweenFunction · 0.85
_getBoundsFunction · 0.85
fitWithPointLabelsFunction · 0.85
createPointLabelItemFunction · 0.85
getIndexAngleMethod · 0.85
clipSelfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected