DEGREES
Supported, behaves as documentedCategory: Math and trigonometry · Last tested 2026-07-04
Support matrix
| Engine | Documented | Live-tested | Verdict |
|---|---|---|---|
| Excel | Yes | Not yet | n/a |
| Google Sheets | Yes | Not yet | n/a |
| LibreOffice Calc | Yes | Yes (24.2.7.2, 2026-07-04) | Supported, behaves as documented |
Executed test cases
LibreOffice Calc 24.2.7.2 (tested 2026-07-04)
| Formula | Description | Result | Expected | Verdict |
|---|---|---|---|---|
| =DEGREES(PI()) | Pi radians is exactly a half turn, i.e. 180 degrees | 180 | 180 | Matched |
| =DEGREES(1) | Converting 1 radian to degrees | 57.2957795130823 | 57.29577951308232 | Matched |
| =DEGREES(0) | Zero radians is zero degrees | 0 | 0 | Matched |
| =DEGREES(-PI()/2) | Negative radians convert to negative degrees (a quarter turn backward) | -90 | -90 | Matched |
Docs & syntax
- Excel: official documentation
- Google Sheets: official documentation
- LibreOffice Calc: official documentation