This project calculates the price and Greeks (Delta, Gamma, Vega, Theta) of European options using the cumulative normal distribution function with Abramowitz and Stegun approximation.
To build the project, use the following command:
gcc -o option_pricing main.c -lm