blackscholes 0.10.0

Black-Scholes option pricing model calculator
Documentation
1
2
3
4
5
# Black-Scholes Rust

A Black-Scholes pricing model built in Rust. Will calculate the price, greeks, and implied volatility of calls and puts. Simply create an Inputs sturct and call a calc_<>() method on it.  
  
View the [docs](https://docs.rs/blackscholes) for usage and examples.