MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / asin

Method asin

examples/extern/gmath.bundle.js:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 return 1 / this.cos();
33 }
34 asin() {
35 return Math.asin(this.value);
36 }
37 acos() {
38 return Math.acos(this.value);
39 }

Callers 1

asinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected