KassieZ commented on code in PR #1858: URL: https://github.com/apache/doris-website/pull/1858#discussion_r1923131703
########## 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 Review Comment: Alias, A 大写 ########## 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 Review Comment: Description, D 大写 ########## 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 +EXP(<x>) +``` + +## Parameters + +| Parameter | Description | +| -- | -- | +| `<x>` | independent variable | + +## Return Value + +Return a value of type double +- If the parameter has a null value, it returns NULL + +## example Review Comment: Examples, E 大写 -- 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