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

Function tan

docs/app/js/sanddance-app.js:69450–69452  ·  view source on GitHub ↗
(radians6, result)

Source from the content-addressed store, hash-verified

69448 return map(radians5, (angle)=>Math.cos(angle), result);
69449}
69450function tan(radians6, result) {
69451 return map(radians6, (angle)=>Math.tan(angle), result);
69452}
69453function asin(radians7, result) {
69454 return map(radians7, (angle)=>Math.asin(angle), result);
69455}

Callers

nothing calls this directly

Calls 1

mapFunction · 0.70

Tested by

no test coverage detected