float  cospi(float n)
                    
                    
                
            
Returns the cosine of n, where n is in semi-circles.
                
                    
                    
                    
                        vector2  cospi(vector2 n)
                    
                    
                
            
                
                    
                    
                    
                        vector  cospi(vector n)
                    
                    
                
            
                
                    
                    
                    
                        vector4  cospi(vector4 n)
                    
                    
                
            
Returns a new vector with cospi() applied to each component.
| See also | |
| math |  | 
| trig |