Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: celo-org/alloy

Tags

v1.1.1-fix-fake-exponential

Toggle v1.1.1-fix-fake-exponential's commit message
Fix fake_exponential for use with large inputs

The previous implementation here differed from the one in geth for large
numerators and denominators due to overflow ocurring internally during
calculation.

v1.1.0-fix-fake-exponential

Toggle v1.1.0-fix-fake-exponential's commit message
Fix fake_exponential for use with large inputs

The previous implementation here differed from the one in geth for large
numerators and denominators due to overflow ocurring internally during
calculation.