TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
326 stars 88 forks source link

Create Percentage.sol #19

Closed 0xfps closed 2 years ago

0xfps commented 2 years ago

Whole Number Percentage Calculator

Included a whole number percentage calculator contract.

Environment

Description

The contract calculates the percentage of a number to a set decimal place and returns it. The returned value can then be used in the front end to get the actual decimal value.

How can this feature help?

In Decentralized Finance projects, where a set percentage of tokens are to be sent to designated addresses.