MCPcopy Create free account
hub / github.com/covscript/covscript / asin

Function asin

sources/instance/type_ext.cpp:1131–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129 }
1130
1131 numeric asin(const numeric &n)
1132 {
1133 return std::asin(n.as_float());
1134 }
1135
1136 numeric acos(const numeric &n)
1137 {

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected