File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
lib/node_modules/@stdlib/stats/base/variancepn/benchmark Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/** 
22* @license  Apache-2.0 
33* 
4- * Copyright (c) 2025  The Stdlib Authors. 
4+ * Copyright (c) 2020  The Stdlib Authors. 
55* 
66* Licensed under the Apache License, Version 2.0 (the "License"); 
77* you may not use this file except in compliance with the License. 
@@ -25,7 +25,7 @@ var uniform = require( '@stdlib/random/array/uniform' );
2525var  isnan  =  require (  '@stdlib/math/base/assert/is-nan'  ) ; 
2626var  pow  =  require (  '@stdlib/math/base/special/pow'  ) ; 
2727var  pkg  =  require (  './../package.json'  ) . name ; 
28- var  variancepn  =  require (  './../lib/variancepn .js'  ) ; 
28+ var  variancepn  =  require (  './../lib/main .js'  ) ; 
2929
3030
3131// VARIABLES // 
Original file line number Diff line number Diff line change 11/** 
22* @license  Apache-2.0 
33* 
4- * Copyright (c) 2025  The Stdlib Authors. 
4+ * Copyright (c) 2020  The Stdlib Authors. 
55* 
66* Licensed under the Apache License, Version 2.0 (the "License"); 
77* you may not use this file except in compliance with the License. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments