A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/functions/exp below:

Website Navigation


EXP | Snowflake Documentation

Reference Function and stored procedure reference Numeric EXP
Categories:

Numeric functions (Exponent and Root)

EXP

Computes Euler’s number e raised to a floating-point value.

Syntax
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