File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ rectangular coordinates to polar coordinates and back.
7979.. function :: polar(z) 
8080
8181   Return the representation of *z * in polar coordinates.  Returns a
82-    pair ``(r, phi) `` where *r * is the modulus of *z * and phi is the
82+    pair ``(r, phi) `` where *r * is the modulus of *z * and * phi *  is the
8383   phase of *z *.  ``polar(z) `` is equivalent to ``(abs(z), 
8484   phase(z)) ``.
8585
@@ -101,7 +101,7 @@ Power and logarithmic functions
101101
102102.. function :: log(z[, base]) 
103103
104-    Returns  the logarithm of *z * to the given *base *. If the *base * is not
104+    Return  the logarithm of *z * to the given *base *. If the *base * is not
105105   specified, returns the natural logarithm of *z *. There is one branch cut,
106106   from 0 along the negative real axis to -∞.
107107
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments