icasdri / Mather

A powerful expression-based calculator, unit converter, and general computation engine for Android
GNU General Public License v3.0
58 stars 7 forks source link

Interprete `√` as `sqrt` #21

Open ghost opened 7 years ago

ghost commented 7 years ago

Could you make it so that is interpreted the same as sqrt?

Screenshot of current situation

icasdri commented 7 years ago

Quick workaround: type √(x) = sqrt(x). This defines a new function that just wraps the square root. But as Mather doesn't currently save state per #7, this will only last for this session.

Some solutions from here: