| bc | 
		 		 | 
		
				
		 		 | 
		
				
		 		 | 
					
| Administrative Commands | 
| 
 bc This command comes from an engineering tool. bc uses common operators as well as more complex operators. Common Operators: + addition - subtraction / division * multiplication % remainder ^ exponential sqrt(n) square root It is important to note that the bc command needs to be stopped with the command: quit 
  |