morrySnow commented on code in PR #1825: URL: https://github.com/apache/doris-website/pull/1825#discussion_r1924805487
########## docs/sql-manual/sql-functions/scalar-functions/numeric-functions/atan.md: ########## @@ -22,30 +22,48 @@ specific language governing permissions and limitations under the License. --> -## atan +## Description -### description -#### Syntax - -`DOUBLE atan(DOUBLE x)` Returns the arctangent of `x`, where `x` is in radians. -### example +## Syntax + +```sql +ATAN(<x>) +``` + +## Parameters + +| Parameter | Description | +| -- | -- | +| x | The value for which the atan value is to be calculated | Review Comment: ```suggestion | `<x>` | The value for which the atan value is to be calculated | ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org