Error using parenthesis

Asked by achuth

Why do I get an error while using parenthesis in concalc?
example:
$ concalc exp(5/0.21)
bash: syntax error near unexpected token `('

Even the example given in the manpage doesnt seem to work
concalc sin(pi/2)
bash: syntax error near unexpected token `('

What/Where is the problem here?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu concalc Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

Try

concalc "exp(5/0.21)"

Revision history for this message
achuth (achuthpnr) said :
#2

Thanks Manfred Hampl, that solved my question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

bc is also decent (and in a default install)