|
deg2rad
Converts the number in degrees to the radian equivalent
(PHP 4, PHP 5)
Example 1145. deg2rad() example<?php Code Examples / Notes » deg2radjohn dot navratil
This does a simple scaling with the results that deg2rad(720) is 4PI. For navigation purposes you may wish to mod the results with 2PI.
|