yiguolei commented on code in PR #2604:
URL: https://github.com/apache/doris-website/pull/2604#discussion_r2221973589


##########
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:
   这些输入的值,有没有合法的输入范围,比如一些三角函数输入0,可能返回是错的?还是说会报错?
   另外,这个参数是否可以为null,如果为null,返回结果是啥?



-- 
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]

Reply via email to