blackscholes 0.10.3

Black-Scholes option pricing model calculator
Documentation
1
2
3
4
5
6
7
8
9
# blackscholes  
  
This library provides an simple, lightweight, and efficient (though not heavily optimized) implementation of the Black-Scholes-Merton model for pricing European options.  
  
## Usage  
  
Simply create an instance of the `Inputs` struct and call the desired method.  
  
View the [docs](https://docs.rs/blackscholes) for usage and examples.