abdk-libraries-solidity
abdk-libraries-solidity copied to clipboard
Open-Source Libraries for Solidity by ABDK Consulting
The hardcoded value [here](https://github.com/abdk-consulting/abdk-libraries-solidity/blob/d8817cb600381319992d7caa038bf4faceb1097f/ABDKMath64x64.sol#L739) is wrong. 0x8 = 1
README should have the import statement. thanks
Any chance of getting cube root or nth root functions?
Can you help me, I want to implement 4.pow(0.5) This calculation What should I do
I found this library from a third contract. And maybe some codes can be optimized to save gas. For example: `xc > 0x1` is better than `xc >= 0x2`. In...
Currently, the library provides a `pow(int128 x, uint256 y)` function to calculate x raised to the power of y, where x is a signed 64.64 fixed-point number and y is...