bc is an arbitrary precision calculator language used in shell scripting.
So I am trying to use bc to calculate some logarithms but I also need to use it to calculate …
bash bc$ bc BC> ibase=2 BC> 110&101 // wanna get 100 (standar_in) 8: syntax error Wikipedia informs that the ops are "|, & …
binary bit-manipulation bc