diff --git a/Contracts/pbrMathLogTesting.sol b/Contracts/pbrMathLogarithmTesting.sol similarity index 97% rename from Contracts/pbrMathLogTesting.sol rename to Contracts/pbrMathLogarithmTesting.sol index 7c1f02f..cebaec7 100644 --- a/Contracts/pbrMathLogTesting.sol +++ b/Contracts/pbrMathLogarithmTesting.sol @@ -6,7 +6,7 @@ import { UD60x18, ud } from "@prb/math/src/UD60x18.sol"; // // Signed // import { SD59x18, sd } from "@prb/math/src/SD59x18.sol"; -contract pbrMathLogTesting { +contract pbrMathLogarithmTesting { /// @notice Calculates the binary logarithm of the given signed number. /// @dev Try this with x = 128e18.