float  cbrt(float n)
                    
                    
                
            
Returns the cube-root of n.
                
                    
                    
                    
                        vector2  cbrt(vector2 v)
                    
                    
                
            
                
                    
                    
                    
                        vector  cbrt(vector v)
                    
                    
                
            
                
                    
                    
                    
                        vector4  cbrt(vector4 v)
                    
                    
                
            
Returns a new vector where each component is the cube-root of the corresponding component in v.
| math |  |