I'd like to calculate an angle using nothing but either tangent, cosine, or sine, or any combination of the two. Is this possible? If so, how?
Why I'm asking this
I know how to program, but I find that I can't really get much farther until I start learning higher level mathematics. Therefore, I'm writing out C functions to teach me maths :D.