forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
1.4 KiB
1.4 KiB
e
This function is used to return the value of e.
Syntax
e()
Return Values
The return value is of the DOUBLE type.
Example Code
The value 2.718281828459045 is returned.
select e();
Parent topic: Mathematical Functions