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