cairo-black-scholes
cairo-black-scholes copied to clipboard
Code / file structure cleanup
- Move math helpers (ln, exp, std_normal, std_normal_cdf) into a separate file math_helpers.cairo
- Create helper functions in math_helpers.cairo for fixed point math and use them instead of doing it inline