morrySnow commented on code in PR #1813: URL: https://github.com/apache/doris-website/pull/1813#discussion_r1923403610
########## docs/sql-manual/sql-functions/scalar-functions/numeric-functions/degrees.md: ########## @@ -22,36 +22,40 @@ specific language governing permissions and limitations under the License. --> -## degrees +## Description -### description -#### Syntax +Input a double-precision floating-point number and convert it from radians to degrees. -`DOUBLE degrees(DOUBLE x)` -Returns the degree of `x`, converted from radians to degrees. +- When the parameter is NULL, return NULL. -### example +## Syntax +```sql +degrees(<a>) Review Comment: 1. 函数名大写 ```suggestion DEGREES(<a>) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
