1 2 3 4 5 6 7 8 9 10
//Example number 2.2, Page number 2.33 clc;clear;close // Calculation ip=atan(1.732)*(180/%pi) // radian // Result printf("ip=%.f degrees",ip)