float  tanh(float n)
                    
                    
                
            
nのハイパボリックタンジェントを返します。
                
                    
                    
                    
                        vector2  tanh(vector2 n)
                    
                    
                
            
                
                    
                    
                    
                        vector  tanh(vector n)
                    
                    
                
            
                
                    
                    
                    
                        vector4  tanh(vector4 n)
                    
                    
                
            
各コンポーネントにtanh()が適用された新しいベクトルを返します。
| See also | |
| math |  | 
| trig |