MCPcopy Create free account
hub / github.com/WheretIB/nullc / Asin

Function Asin

NULLC/includes/math.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 double Asin(double deg)
56 {
57 return asin(deg);
58 }
59
60 double Atan(double deg)
61 {

Callers

nothing calls this directly

Calls 1

asinFunction · 0.85

Tested by

no test coverage detected