Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
exp(x as int) in Math Library Functions of Programming in CPP
1592 Views
Usage 
The exp function is used to return the value exponential function of x which is raised to power.
Syntax 
exp(number)
Example
#include <stdio.h>     
#include <math.h>    

int main ()
{
  double expont=5;
  printf ("The exponential value=", exp(expont));
  return 0;
}
Output 
The exponential value=148.413159
Next Topics
Next lessons of current book.
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Previous Topics
Previous lessons of current book.
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Best Lessons of "Programming in CPP"
Top lessons which are viewed more times.
String Class in CPP of Programming in CPP
Math Library Functions of Programming in CPP
String Class in CPP of Programming in CPP
Classes and Objects in CPP of Programming in CPP
Math Library Functions of Programming in CPP
User-defined Functions of Programming in CPP
String Class in CPP of Programming in CPP
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details