MCPcopy Create free account
hub / github.com/breck7/scroll / asin

Function asin

external/.d3.js:17490–17492  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

17488}
17489
17490function asin(x) {
17491 return x >= 1 ? halfPi : x <= -1 ? -halfPi : Math.asin(x);
17492}
17493
17494function withPath(shape) {
17495 let digits = 3;

Callers 1

arcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected