11)Remainder:# I = # J-TRUNC(#J/#K)×# K,TRUNC:rounding the decimal part <br>G65 H23 P#I Q#J R#K; <br>(Example)G65 H23 P#101 Q#102 R#103; (#101 = #102- TRUNC (#102/#103)×#103) <br>12)Composite multiply-divide operation:# I =(# I×# J)÷# K <br> G65 H26 P#I Q#J R# k; <br>(Example)G65 H26 P#101 Q#102 R#103; (#101 =(#101×# 102)÷#103)
正在翻譯中..
