| 
| template<typename genType >  | 
| genType  | acot (genType const &x) | 
|   | 
| template<typename genType >  | 
| genType  | acoth (genType const &x) | 
|   | 
| template<typename genType >  | 
| genType  | acsc (genType const &x) | 
|   | 
| template<typename genType >  | 
| genType  | acsch (genType const &x) | 
|   | 
| template<typename genType >  | 
| genType  | asec (genType const &x) | 
|   | 
| template<typename genType >  | 
| genType  | asech (genType const &x) | 
|   | 
| template<typename genType >  | 
| genType  | cot (genType const &angle) | 
|   | 
| template<typename genType >  | 
| genType  | coth (genType const &angle) | 
|   | 
| template<typename genType >  | 
| genType  | csc (genType const &angle) | 
|   | 
| template<typename genType >  | 
| genType  | csch (genType const &angle) | 
|   | 
| template<typename genType >  | 
| genType  | sec (genType const &angle) | 
|   | 
| template<typename genType >  | 
| genType  | sech (genType const &angle) | 
|   | 
Define secant, cosecant and cotangent functions. 
<glm/gtc/reciprocal.hpp> need to be included to use these features. 
      
        
          | genType glm::acot  | 
          ( | 
          genType const &  | 
          x | ) | 
           | 
        
      
 
 
      
        
          | genType glm::acoth  | 
          ( | 
          genType const &  | 
          x | ) | 
           | 
        
      
 
 
      
        
          | genType glm::acsc  | 
          ( | 
          genType const &  | 
          x | ) | 
           | 
        
      
 
 
      
        
          | genType glm::acsch  | 
          ( | 
          genType const &  | 
          x | ) | 
           | 
        
      
 
 
      
        
          | genType glm::asec  | 
          ( | 
          genType const &  | 
          x | ) | 
           | 
        
      
 
 
      
        
          | genType glm::asech  | 
          ( | 
          genType const &  | 
          x | ) | 
           | 
        
      
 
 
      
        
          | genType glm::cot  | 
          ( | 
          genType const &  | 
          angle | ) | 
           | 
        
      
 
 
      
        
          | genType glm::coth  | 
          ( | 
          genType const &  | 
          angle | ) | 
           | 
        
      
 
 
      
        
          | genType glm::csc  | 
          ( | 
          genType const &  | 
          angle | ) | 
           | 
        
      
 
 
      
        
          | genType glm::csch  | 
          ( | 
          genType const &  | 
          angle | ) | 
           | 
        
      
 
 
      
        
          | genType glm::sec  | 
          ( | 
          genType const &  | 
          angle | ) | 
           | 
        
      
 
 
      
        
          | genType glm::sech  | 
          ( | 
          genType const &  | 
          angle | ) | 
           |