MCPcopy Index your code
hub / github.com/microsoft/SandDance / degrees

Function degrees

docs/app/js/sanddance-app.js:69441–69443  ·  view source on GitHub ↗
(radians2, result)

Source from the content-addressed store, hash-verified

69439 return map(degrees2, (degrees3)=>degrees3 * DEGREES_TO_RADIANS, result);
69440}
69441function degrees(radians2, result) {
69442 return map(radians2, (radians3)=>radians3 * RADIANS_TO_DEGREES, result);
69443}
69444function sin(radians4, result) {
69445 return map(radians4, (angle)=>Math.sin(angle), result);
69446}

Callers 1

toDegreesFunction · 0.70

Calls 1

mapFunction · 0.70

Tested by

no test coverage detected