how to calculate cos , sin , tan in IPhone SDK? -


How can you calculate trig function like cos, sin, tan in an iPhone SDK?

I tried tan (45) but it gives wrong output? Any help?

Most math libraries do not use degrees.


Comments

Popular posts from this blog

Indexing in SQL -

objective c - iPhone and it's wireless area -

multithreading - Do lock objects in Java need to be static? -