wardbradt / peregrine

Detects arbitrage opportunities across 131 cryptocurrency exchanges in 50 countries
MIT License
1.18k stars 339 forks source link

Math domain error #77

Open edouardkombo opened 3 years ago

wardbradt commented 3 years ago

It seems that this would break existing functionality but is a good idea. Calls to math.exp(x) elsewhere in the repository should be changed to math.expm1(x) to account for this.