ID EN
Mathematical Functions

RADIANS(X)

MySQL 8.4

Returns the argument X, converted from degrees to radians. (Note that π radians equals 180 degrees.) Returns NULL if X is NULL.

Syntax

MYSQL
SELECT RADIANS(90);
1.5707963267949

Examples

Example
MYSQL
SELECT RADIANS(90);
1.5707963267949