Skip to content

Commit

Permalink
Update and rename pbrMathLogTesting.sol to pbrMathLogarithmTesting.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz authored Sep 24, 2024
1 parent 6dd4275 commit f31f320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f31f320

Please sign in to comment.