Skip to content

Commit

Permalink
Code clean up (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
BimaMalabonga authored Feb 5, 2024
1 parent f443255 commit 8fc04b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Black76.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Kyos\OptionsCalculator;

use Exception;
use RuntimeException;

class Black76
{
Expand Down Expand Up @@ -100,8 +99,6 @@ public function getValues(
* @param float $marketPrice Option price
*
* @return float
*
* @throws RuntimeException
*/
private function impliedVolaUsingBisection(
string $type,
Expand Down

0 comments on commit 8fc04b0

Please sign in to comment.