MCPcopy
hub / github.com/microsoft/SandDance / cos

Function cos

docs/app/js/sanddance-app.js:69447–69449  ·  view source on GitHub ↗
(radians5, result)

Source from the content-addressed store, hash-verified

69445 return map(radians4, (angle)=>Math.sin(angle), result);
69446}
69447function cos(radians5, result) {
69448 return map(radians5, (angle)=>Math.cos(angle), result);
69449}
69450function tan(radians6, result) {
69451 return map(radians6, (angle)=>Math.tan(angle), result);
69452}

Callers

nothing calls this directly

Calls 1

mapFunction · 0.70

Tested by

no test coverage detected