Files
wow_Meta/api/atan.lua
2025-05-04 14:35:26 +02:00

5 lines
140 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Alternative to math.atan, using degrees instead of radians
function atan() end