yiguolei commented on code in PR #2604:
URL: https://github.com/apache/doris-website/pull/2604#discussion_r2224090439
##########
docs/sql-manual/sql-functions/scalar-functions/numeric-functions/cot.md:
##########
@@ -0,0 +1,40 @@
+---
+{
+ "title": "COT",
+ "language": "en"
+}
+---
+
+## Description
+
+Returns the cotangent of x, where x is the value in radians, only input and
output are supported as double.
+
+## Syntax
+
+```sql
+COT(<x>)
+```
+
+## Parameters
+
+| Parameter | Description |
+| -- | -- |
+| `<x>` | The value for which the cotangent is to be calculated |
Review Comment:
比如,你看snowflake的https://docs.snowflake.com/en/sql-reference/functions/min_by,他的example
上是有描述这个example 是为了描述哪种情况的。
--
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]