Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion protocols/USDe/contracts/lib/math/PRBMathSD59x18.sol
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ library PRBMathSD59x18 {

/// @notice Calculates the binary exponent of x using the binary fraction method.
///
/// @dev See https://ethereum.stackexchange.com/q/79903/24693.
/// @dev See https://ethereum.stackexchange.com/questions/79903/exponential-function-with-fractional-numbers.
///
/// Requirements:
/// - x must be 192 or less.
Expand Down