blob: 767f9735284cc6866e7fb40bf868996419a143e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//
//
ag=5
giv=0.03
L=20
l=(giv*L/(sin(ag*%pi/180)))
AB=l
BC=AB*(sin(ag*(%pi/180)))
BC=BC/20
printf("\n max length of offset should be %0.3f meters',l)
|