Files
opt-pricer/src/utils.h

9 lines
94 B
C

#ifndef UTILS_H
#define UTILS_H
double normalcdf(double value);
double gaussrand();
#endif