deg2rad

PHP 4, PHP 5, PHP 7, PHP 8
deg2rad - Converts the number in degrees to the radian equivalent

deg2rad( float$num ): float

This function converts num from degrees to the radian equivalent.

Parameters

num

Angular value in degrees

Return Values

The radian equivalent of num

Related Functions

Example of deg2rad

Show all examples for deg2rad

PHP Version:


Function deg2rad:

Mathematical Functions Functions

Most used PHP functions