File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ Classification functions
229229   tolerance is ``1e-09 ``, which assures that the two values are the same
230230   within about 9 decimal digits.  *rel_tol * must be greater than zero.
231231
232-    *abs_tol * is the absolute tolerance; it must be at least `` 0.0 `` .
232+    *abs_tol * is the absolute tolerance; it must be nonnegative .
233233   When comparing to ``0.0 ``, the default tolerance values means that only
234234   ``0.0 `` is close to ``0.0 ``.  Pass an appropriate absolute tolerance to
235235   compare with ``0.0 ``.
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ Number-theoretic and representation functions
166166   tolerance is ``1e-09 ``, which assures that the two values are the same
167167   within about 9 decimal digits.  *rel_tol * must be greater than zero.
168168
169-    *abs_tol * is the absolute tolerance; it must be at least `` 0.0 `` .
169+    *abs_tol * is the absolute tolerance; it must be nonnegative .
170170   When comparing to ``0.0 ``, the default tolerance values means that only
171171   ``0.0 `` is close to ``0.0 ``.  Pass an appropriate absolute tolerance to
172172   compare with ``0.0 ``.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments