summaryrefslogtreecommitdiff
path: root/3782/CH3/EX3.8/Ex3_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH3/EX3.8/Ex3_8.sce')
-rw-r--r--3782/CH3/EX3.8/Ex3_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3782/CH3/EX3.8/Ex3_8.sce b/3782/CH3/EX3.8/Ex3_8.sce
new file mode 100644
index 000000000..a04947f13
--- /dev/null
+++ b/3782/CH3/EX3.8/Ex3_8.sce
@@ -0,0 +1,12 @@
+
+//
+//
+
+RB_CD=30+(15/60)
+WCB_CD=180+RB_CD
+declination=10+(15/60)
+TB=WCB_CD+declination
+truebearing=TB-180
+deg=int(truebearing)
+mins=(truebearing-deg)*60
+printf("\n Required true bearing= S %0.3f degrees %0.3f minutes W",deg,mins)