Feature 10574
The following has been done for DapMath:
- Implemented operator ** (networking)
- Operator // (integer division) implemented
- Implemented operator % (Taking the remainder of division)
- Add the fToCoins attribute - it should convert the value into Datoshi and convert it into a Python float, the conversion is done through an integer delente by 10**18
- Add a helper method taking N% of DapMath.
- Added description of new and old methods to the core.pyi interface file