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

Function toRadians

docs/app/js/sanddance-app.js:69432–69434  ·  view source on GitHub ↗
(degrees1)

Source from the content-addressed store, hash-verified

69430 return "clone" in array ? array.clone() : array.slice();
69431}
69432function toRadians(degrees1) {
69433 return radians(degrees1);
69434}
69435function toDegrees(radians1) {
69436 return degrees(radians1);
69437}

Callers

nothing calls this directly

Calls 1

radiansFunction · 0.70

Tested by

no test coverage detected