Skip to content

Commit

Permalink
Specify constants
Browse files Browse the repository at this point in the history
  • Loading branch information
tensojka committed Oct 23, 2023
1 parent db241d8 commit c657df7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/options.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ mod Options {
const VOLATILITY_45: Math64x61_ = 124515522497539473408;
const VOLATILITY_46: Math64x61_ = 106068778423829921792;
const VOLATILITY_46_5: Math64x61_ = 107221699928436768768;
const VOLATILITY_47: Math64x61_ = consteval_int!(47 * 2305843009213693952);
const VOLATILITY_48_5: Math64x61_ = 111833385946864156672;
const VOLATILITY_51: Math64x61_ = consteval_int!(51 * 2305843009213693952);
const VOLATILITY_52: Math64x61_ = consteval_int!(52 * 2305843009213693952);
const VOLATILITY_55: Math64x61_ = 126821365506753167360;
const VOLATILITY_59: Math64x61_ = consteval_int!(59 * 2305843009213693952);
const VOLATILITY_60: Math64x61_ = 138350580552821637120;

const STRIKE_PRICE_1400: Math64x61_ = consteval_int!(1400 * 2305843009213693952);
Expand Down

0 comments on commit c657df7

Please sign in to comment.