MCPcopy Index your code
hub / github.com/plotly/plotly.js / rad2deg

Function rad2deg

src/lib/angles.js:12–12  ·  view source on GitHub ↗
(rad)

Source from the content-addressed store, hash-verified

10function deg2rad(deg) { return deg / 180 * PI; }
11
12function rad2deg(rad) { return rad / PI * 180; }
13
14/**
15 * is sector a full circle?

Callers 5

transFn2Function · 0.85
fromRadiansFunction · 0.85
polar.jsFile · 0.85
rotateMoveFunction · 0.85
moveFnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…