hayden4r4 / blackscholes-rust

A Black-Scholes pricing model built in Rust
MIT License
8 stars 6 forks source link

Tests plus OptionType mvd Into #10

Closed day01 closed 1 day ago

day01 commented 2 days ago

Context This PR aims to improve the Black-Scholes calculator implementation in Rust by increasing test coverage and enhancing code safety and maintainability.

Changes