Tangent, where art thou? (Feature Request) in BYOND Discussion
|
|
Can you guy's throw in tan() and arctan() to BYOND v4.0? I know that we can make do with cos() and sin(), but I really find this annoying since I write things out in my head and have to work around them when I put it on screen.
|
You can just search the forums :P. For arctan() There are already a few implementations in vairous posts. tan() is simple enough just cos()/sin().