move the math functions to a separate file; remove dependency on GSL due to license
This commit is contained in:
8
src/utils.h
Normal file
8
src/utils.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
double normalcdf(double value);
|
||||
|
||||
double gaussrand();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user