Definition at line 191 of file math.F90.
 
 | 
| real(real64) pure function  | dlog2 (xx) | 
|   | 
| integer pure function  | ilog2 (xx) | 
|   | 
| integer(int64) pure function  | llog2 (xx) | 
|   | 
◆ dlog2()
  
  
      
        
          | real(real64) pure function math_oct_m::log2::dlog2  | 
          ( | 
          real(real64), intent(in)  | 
          xx | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ ilog2()
  
  
      
        
          | integer pure function math_oct_m::log2::ilog2  | 
          ( | 
          integer, intent(in)  | 
          xx | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ llog2()
  
  
      
        
          | integer(int64) pure function math_oct_m::log2::llog2  | 
          ( | 
          integer(int64), intent(in)  | 
          xx | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this interface was generated from the following file: