Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
function
deg2rad(deg) {
return
deg / 180 * PI; }
11
12
function
rad2deg(rad) {
return
rad / PI * 180; }
13
14
/**
15
* is sector a full circle?
Callers
5
transFn2
Function · 0.85
fromRadians
Function · 0.85
polar.js
File · 0.85
rotateMove
Function · 0.85
moveFn
Function · 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…