bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL RADIANS() Function

Example

SELECT RADIANS(180);

Definition and Usage

The RADIANS() function converts a degree value into radians.

Note

See also the DEGREES() and PI() functions.

Syntax

RADIANS(
number
)

Parameter Values

ParameterDescription
numberRequired. A number in degrees

Technical Details

Works in:From MySQL 4.0

Previous

MySQL POWER() Function

Next

MySQL RAND() Function