float  acos(float v)
                    
                    
                
            
Returns the inverse cosine of n, where n is in radians. The return value is in the range 0 to π.
                
                    
                    
                    
                        vector2  acos(vector2 v)
                    
                    
                
            
                
                    
                    
                    
                        vector4  acos(vector4 v)
                    
                    
                
            
                
                    
                    
                    
                        vector  acos(vector v)
                    
                    
                
            
Returns a new vector with acos applied to each component.
| See also | |
| math |  | 
| trig |