hoaproject/Math

x^y not implemented?

Opened this issue · 6 comments

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

'pow' => xcallable('pow'),
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" ?