Numeric functions (Exponent and Root)
Computes Euler’s number e
raised to a floating-point value.
EXP( <real_expr> )
Copy
Examples¶SELECT EXP(1), EXP(LN(10)); -------------+-------------+ EXP(1) | EXP(LN(10)) | -------------+-------------+ 2.718281828 | 10 | -------------+-------------+Copy
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4