kadena-io / pact

The Pact Smart Contract Language
https://pact-language.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
580 stars 100 forks source link

decimal-arithmetic for our doubles implementation #1320

Open jmcardon opened 8 months ago

jmcardon commented 8 months ago

This PR adds support for using decimal-arithmetic for our transcendental operations with Decimals, including gas within the lib.

The numbers used for gassing decimal-arithmetic operations (add, mult, div) come from.

Additionally, please justify why you should or should not do the following: