Add the following to your .bashrc for a quick calculator:
calc () {
echo "$@" | bc -l
}
Now at the prompt you may try something like...
$ calc "2 * 3F"
...and instantly receive the result -- no need for some GUI tool.
Mac OS X Hints
http://hints.macworld.com/article.php?story=20060804023558426