float  tan(float n)
                    
                    
                
            
nのタンジェントを返します。nの単位はラジアンです。
                
                    
                    
                    
                        vector2  tan(vector2 v)
                    
                    
                
            
                
                    
                    
                    
                        vector  tan(vector v)
                    
                    
                
            
                
                    
                    
                    
                        vector4  tan(vector4 v)
                    
                    
                
            
各コンポーネントにtan()が適用された新しいベクトルを返します。
| See also | |
| math |  | 
| trig |