From the course: MySQL Essential Training

Unlock this course with a free trial

Join today to access over 23,700 courses taught by industry experts.

Radians and degrees

Radians and degrees

- [Bill] Hi, I'm Bill Wyman. MySQL provides simple functions for converting between radians and degrees. You can say SELECT DEGREES of, say, pi, and you get 180, or you can say, SELECT RADIANS(180), and you get pi. These simple functions make it easy to work with both radians and degrees.

Contents