Top "Bc" questions

bc is an arbitrary precision calculator language used in shell scripting.

ASN.1 Encoding-Decoding

I am currently developing a client-server program, the client in Java/C and server in C. I have to transport …

java c openssl asn.1 bc
bash, bc modulo does not work with -l flag

So I am trying to use bc to calculate some logarithms but I also need to use it to calculate …

bash bc
Pipe output to bc calculator

Short version: I'm trying to get something like this to work in c using piping: echo 3+5 | bc Longer version: Following …

c bash pipe bc
Bitwise operations in 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