File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 
lib/node_modules/@stdlib/stats/base/dists/laplace/variance Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717*/ 
1818
1919#include  "stdlib/stats/base/dists/laplace/variance.h" 
20+ #include  "stdlib/constants/float64/eps.h" 
2021#include  <stdlib.h> 
2122#include  <stdio.h> 
2223#include  <math.h> 
@@ -101,7 +102,7 @@ static double benchmark( void ) {
101102
102103	for  ( i  =  0 ; i  <  100 ; i ++  ) {
103104		mu [ i  ] =  random_uniform ( 0.0 , 100.0  ) -  50.0 ;
104- 		scale [ i  ] =  random_uniform ( 0.0 , 20.0  );
105+ 		scale [ i  ] =  random_uniform ( 0.0 , 20.0  )  +   STDLIB_CONSTANT_FLOAT64_EPS ;
105106	}
106107
107108	t  =  tic ();
Original file line number Diff line number Diff line change 5454      "libraries" : [],
5555      "libpath" : [],
5656      "dependencies" : [
57-         " @stdlib/math/base/assert/is-nan" 
57+         " @stdlib/math/base/assert/is-nan" 
58+         " @stdlib/constants/float64/eps" 
5859      ]
5960    },
6061    {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments