Do you have a better way of changing bc's default scale than below?
in ~/.bashrc add
BC_ENV_ARGS=~/.bc
export BC_ENV_ARGS
then in ~/.bc:
scale=2
By the way, do you have any preference between bc, pc and clac? bc is installed by default, but if there's any benefit to others I might try them.