There are no exponentiation jets. This would be helpful mainly for pow_N(/*base*/10, x) for checking decimal places (aka precision) in liquid assets inside of simplicity programs.
AFAIK there is no significant CPU cost for integer based pow, and the notoriously expensive float pow is not going to be supported.
No urgent need, just creating the issue for future.
There are no exponentiation jets. This would be helpful mainly for
pow_N(/*base*/10, x)for checking decimal places (aka precision) in liquid assets inside of simplicity programs.AFAIK there is no significant CPU cost for integer based
pow, and the notoriously expensive floatpowis not going to be supported.No urgent need, just creating the issue for future.