Logo 
Search:

SQL Server Articles

Submit Article
Home » Articles » SQL Server » Math FunctionsRSS Feeds

EXP Function

Posted By: Sarita Patel     Category: SQL Server     Views: 2144

This article explains EXP function of sql server with examples.

EXP function is used to calculate exponential value of the specified numeric value.


Syntax of EXP Function :

EXP (float_expression)

float_expression is a numeric value to get exponential value.

Return type of EXP function is float.



Examples of EXP Function :

Example 1 : Use of EXP function in select clause

SELECT EXP(-20)

Output
2.06115362243856E-09

Above example returns exponential value of specified number -20.
  
Share: 

 
 
 

Didn't find what you were looking for? Find more on EXP Function Or get search suggestion and latest updates.

Sarita Patel
Sarita Patel author of EXP Function is from United States.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!