Auxiliary class to hide data type specific methods.  
 More...
#include <JMath.hh>
 | 
| template<class T >  | 
| T  | JMATH::pow (const T &, const double y) | 
|   | Friend declaration of global method.  More...
  | 
|   | 
Auxiliary class to hide data type specific methods. 
Definition at line 48 of file JMath.hh.
 
template<class T > 
  
  
      
        
          | static T JMATH::JMath_t::pow  | 
          ( | 
          const T &  | 
          x,  | 
         
        
           | 
           | 
          const double  | 
          y,  | 
         
        
           | 
           | 
          const JLANG::JBool< true >  | 
          option  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestaticprivate   | 
  
 
Power 
. 
This method corresponds to primitive data types.
- Parameters
 - 
  
  
 
- Returns
 - result 
 
Definition at line 66 of file JMath.hh.
T pow(const T &x, const double y)
Power . 
 
 
 
 
template<class T > 
  
  
      
        
          | static T JMATH::JMath_t::pow  | 
          ( | 
          const T &  | 
          x,  | 
         
        
           | 
           | 
          const double  | 
          y,  | 
         
        
           | 
           | 
          const JLANG::JBool< false >  | 
          option  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestaticprivate   | 
  
 
Power 
. 
Power. This method corresponds to non-primitive data types.
- Parameters
 - 
  
    | x | value  | 
    | y | power  | 
    | option | false  | 
  
   
- Returns
 - result 
 
Definition at line 83 of file JMath.hh.
do set_variable OUTPUT_DIRECTORY $WORKDIR T
 
 
 
 
Friend declaration of global method. 
 
 
The documentation for this struct was generated from the following file: