Tutorials Point


  Java Basics
  Java Object Oriented
  Java Advanced
  Java Useful References
  Java Useful Resources
  Selected Reading

© 2011 TutorialsPoint.COM


  Home     References     Discussion Forums     About TP  

Java - exp() Method


previous next AddThis Social Bookmark Button


Description:

The method returns the base of the natural logarithms, e, to the power of the argument.

Syntax:

double exp(double d)

Parameters:

Here is the detail of parameters:

  • A primitive data types

Return Value :

  • Returns the base of the natural logarithms, e, to the power of the argument.

Example:

public class Test{ 
   public static void main(String args[]){
      double x = 11.635;
      double y = 2.76;

      System.out.printf("The value of e is %.4f%n", Math.E);
      System.out.printf("exp(%.3f) is %.3f%n", x, Math.exp(x));  
   }
}

This produces following result:

The value of e is 2.7183
exp(11.635) is 112983.831


previous next Printer Friendly



  

Advertisement

Online Image Processing

Indian Baby Names