How can i use PI in the objective-C ?? How to write coding if i want to do
(36.12*pi)/180 ?
|
How can i use PI in the objective-C ?? How to write coding if i want to do (36.12*pi)/180 ? |
|||||||
|
|
Use the constant M_PI. Your code would look like this:
|
|||
|
|