From the course: MySQL Essential Training (2019)

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Radians and degrees

Radians and degrees

- [Instructor] MySQL provides simple functions for converting between radians and degrees. For example, I can say select degrees of pi and when I execute this, I get 180 degrees. And likewise I can say radians of 180 and when I execute that, I get pi. So these simple functions make it easy to work with both radians and degrees.

Contents