summaryrefslogtreecommitdiff
path: root/3753/CH2/EX2.2/Ex2_2.sce
blob: 3cbac64cb605335fd156e306323801a1228ce311 (plain)
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)