Question:

Hi frnds... can you say me how can i calculate exponential of a number... ?

by  |  earlier

0 LIKES UnLike

It will be helful to write a java code

 Tags:

   Report

2 ANSWERS


  1. Use the exp(x) series expansion. You have to run  loop and sum the series term. The series in infinite but u can stop at the desired precision.

    best one to implement is at

    http://en.wikipedia.org/wiki/Exponential...


  2. one google search tab write

    exp (number) and click search

    example:

    exp (100), once you click search you will get

    exp(100) = 2.68811714 × 1043

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.