Problem
wideRatio is a commonly used function that was available in PyTeal and TEALScript. It would be useful to have it available in PuyaTS as well.
Solution
Proposal
Implement wideRatio in Puya and make it available in PuyaTS. TEALScript implementation can be seen here: https://github.com/algorandfoundation/tealscript/blob/7b46026f5b0de49e3498e4655133655fea79a4b5/src/lib/compiler.ts?plain=1#L1963-L1982
Pros and Cons
Allows developers to use this commonly used and often critical function without having to re-implement it themselves
Dependencies
Problem
wideRatiois a commonly used function that was available in PyTeal and TEALScript. It would be useful to have it available in PuyaTS as well.Solution
Proposal
Implement wideRatio in Puya and make it available in PuyaTS. TEALScript implementation can be seen here: https://github.com/algorandfoundation/tealscript/blob/7b46026f5b0de49e3498e4655133655fea79a4b5/src/lib/compiler.ts?plain=1#L1963-L1982
Pros and Cons
Allows developers to use this commonly used and often critical function without having to re-implement it themselves
Dependencies