An easy way to execute mathematical operations from the terminal
FYI: Use .
instead of ,
when indicating a float
Supported operations
math 5 + sqrt6
>> 7.449490
math 5 - sqrt6
>> 2.550510
math 5 / sqrt6
>> 2.041241
math 5 x sqrt6
>> 12.247450
math 5 ^ sqrt6
>> 2.236068
math 5 % sqrt6
>> 1
math sqrt36
>> 6