Skip to content

Fix powers not working correctly

Daniel del Castillo requested to merge (removed):master into master

This solves #5 by replacing ^ with ** which are the symbols that calc uses, while still using the same symbol for the power.

The CI failed, but I doubt it fails because of this change. It is also failing on master. The Redox test passed, and I could build my change in my Manjaro Linux.

Edited by Daniel del Castillo

Merge request reports