From e7589be029f61990e6ad65c6152214fd29ee8270 Mon Sep 17 00:00:00 2001 From: Romashka Date: Sun, 16 Feb 2025 23:34:07 +0200 Subject: [PATCH] link-Update PRBMathSD59x18.sol --- protocols/USDe/contracts/lib/math/PRBMathSD59x18.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/USDe/contracts/lib/math/PRBMathSD59x18.sol b/protocols/USDe/contracts/lib/math/PRBMathSD59x18.sol index c806f89..6e20820 100644 --- a/protocols/USDe/contracts/lib/math/PRBMathSD59x18.sol +++ b/protocols/USDe/contracts/lib/math/PRBMathSD59x18.sol @@ -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.