(PHP 3 >= 3.0.4, PHP 4, PHP 5)
This function converts number from degrees to the radian equivalent.
number
Angular value in degrees
The radian equivalent of number
Example 1. deg2rad() example
<?phpecho deg2rad(45); // 0.785398163397var_dump(deg2rad(45) === M_PI_4); // bool(true)?>
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.