x^y not implemented?
x^y functionality not implemented?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Nop. But pow can do the trick. Are you talking about the arithmetical grammar?
Yes, but in math expressions pow synonim is ^. Can you implement this functionality too?
Yes, sure.
/cc @hoaproject/hoackers that's an easy PR, any volunteers?
It means adding an alias in https://github.com/hoaproject/Math/blob/7d159567f4ee10de7391f5042dc957fd041f9dec/Visitor/Arithmetic.php#L343 to call pow when ^ is used ?
Yes, but format is other, script must parse x^z as pow(x, z)
Label should not be "in progress" ?