merge 2 loops

This commit is contained in:
Kevin Keogh
2017-04-02 18:50:01 -04:00
parent fe5c68f149
commit d793ecb2fe
2 changed files with 8 additions and 14 deletions

View File

@@ -3,10 +3,7 @@
#include "black_scholes.h"
#include <cblas.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
double normalcdf(double value)
{