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

Function atan

docs/app/js/sanddance-app.js:69459–69461  ·  view source on GitHub ↗
(radians9, result)

Source from the content-addressed store, hash-verified

69457 return map(radians8, (angle)=>Math.acos(angle), result);
69458}
69459function atan(radians9, result) {
69460 return map(radians9, (angle)=>Math.atan(angle), result);
69461}
69462function clamp(value1, min, max) {
69463 return map(value1, (value)=>Math.max(min, Math.min(max, value)));
69464}

Callers

nothing calls this directly

Calls 1

mapFunction · 0.70

Tested by

no test coverage detected