Files
opt-pricer/src/black_scholes.h
2017-08-13 23:48:48 -04:00

10 lines
129 B
C

/* vim:filetype=c
*/
#ifndef BLACK_SCHOLES_H_
#define BLACK_SCHOLES_H_
struct Option;
void bsm(struct Option *option);
#endif