MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ASin

Method ASin

LuaSTGPlus/LuaWrapper.cpp:1753–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1751 return 1;
1752 }
1753 static int ASin(lua_State* L)LNOEXCEPT
1754 {
1755 lua_pushnumber(L, asin(luaL_checknumber(L, 1)) * LRAD2DEGREE);
1756 return 1;
1757 }
1758 static int ACos(lua_State* L)LNOEXCEPT
1759 {
1760 lua_pushnumber(L, acos(luaL_checknumber(L, 1)) * LRAD2DEGREE);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected