External Issue: [Feature Request]: exponentiation in param

28718, "jmag722", "[Feature Request]: exponentiation in param", "2026-04-23T12:03:36Z"

Summary of Feature

Add full support for exponentiation in param statements

Description:
Not sure if an issue was made for https://chapel.discourse.group/t/exponentiation-to-an-integral-param-power-in-a-param already if so we can close this

Is this issue currently blocking your progress?
No

Code Sample

param x: real = 5;
param y = x**2;