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

Method ACos

LuaSTGPlus/LuaWrapper.cpp:1758–1762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756 return 1;
1757 }
1758 static int ACos(lua_State* L)LNOEXCEPT
1759 {
1760 lua_pushnumber(L, acos(luaL_checknumber(L, 1)) * LRAD2DEGREE);
1761 return 1;
1762 }
1763 static int Tan(lua_State* L)LNOEXCEPT
1764 {
1765 lua_pushnumber(L, tan(luaL_checknumber(L, 1) * LDEGREE2RAD));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected