Specifications
_____________________________________________________________________ 
_____________________________________________________________________ 
 CONCISE GUIDE FANUC 90 
 ARITHMETIC OPERATIONS 
There are ten types of arithmetical operations available: 
1 Variable definition and replacement
Example: 
#101=1005 
#101=#110 
#101=-#112 
2 addition
Example: 
#101=#110+#111 
3 subtraction
Example: 
#101=#110-#111 
4 multiplication
Example: 
#101=#110*#111 or #101=#110*7 
5 division
Example: 
#101=#110/#111 or #101=#110/7 
6 square root
Example: 
#101=SQRT[#110] or #101=SQRT[5] 










