Math.exp
Class Overview | Class Members | 
  This Package | 
All Packages
 public static native double exp( double a )
Parameters
-  a 
-  a double value.
    
Returns
     the value ea, where e is the base of
          the natural logarithms.
  Description
 Returns the exponential number e (i.e., 2.718...) raised to
 the power of a double value.