float  tanh(float n)
                    
                    
                
            
Returns the hyperbolic tangent of n.
                
                    
                    
                    
                        vector2  tanh(vector2 n)
                    
                    
                
            
                
                    
                    
                    
                        vector  tanh(vector n)
                    
                    
                
            
                
                    
                    
                    
                        vector4  tanh(vector4 n)
                    
                    
                
            
Returns a new vector with tanh() applied to each component.
| See also | |
| math |  | 
| trig |