morrySnow commented on code in PR #1858:
URL: https://github.com/apache/doris-website/pull/1858#discussion_r1920177782


##########
docs/sql-manual/sql-functions/scalar-functions/numeric-functions/exp.md:
##########
@@ -22,34 +22,54 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## exp
 
-### description
-#### Syntax
+## description
 
-`DOUBLE exp(DOUBLE x)`
 Returns `x` raised to the base `e`.
 
-:::tip
-Another alias for this function is `dexp`.
-:::
+## alias
 
-### example
+DEXP

Review Comment:
   使用无序列表
   ```suggestion
   - DEXP
   ```



##########
docs/sql-manual/sql-functions/scalar-functions/numeric-functions/exp.md:
##########
@@ -22,34 +22,54 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## exp
 
-### description
-#### Syntax
+## description
 
-`DOUBLE exp(DOUBLE x)`
 Returns `x` raised to the base `e`.
 
-:::tip
-Another alias for this function is `dexp`.
-:::
+## alias
 
-### example
+DEXP
 
+## Syntax
+
+```sql
+DOUBLE exp(DOUBLE <x>)

Review Comment:
   1. 不需要参数和返回值类型
   2. 函数名用大写
   ```suggestion
   EXP(<x>)
   ```



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

Reply via email to