Describe the feature
Simplicityhl-std should include the following uint math functions:
mul_div - a function that performs sequential multiplication and division. Required for implementing percentages and other similar mathematical operations.
div_128_64 (and others) — functions for dividing a larger uint by smaller ones, without the need for conversion
Describe the feature
Simplicityhl-std should include the following uint math functions:
mul_div- a function that performs sequential multiplication and division. Required for implementing percentages and other similar mathematical operations.div_128_64(and others) — functions for dividing a larger uint by smaller ones, without the need for conversion