summaryrefslogtreecommitdiff
path: root/3422/CH4/EX4.6/Ex4_6.sce
blob: 321f4f6885749537fdda27be723e06f2ca198219 (plain)
1
2
3
4
5
6
//Example 4.6, Page no 92
clc
disp("Part ii")
new_sin_delta=sind(45)/.95
delta=asind(new_sin_delta)
printf("\n The value of delta is %f degree ",delta)