Angle difference between two bearings: Difference between revisions

m
→‎{{header|C}}: Remove vanity tags
m (→‎{{header|Ring}}: Remove vanity tags)
m (→‎{{header|C}}: Remove vanity tags)
Line 219:
This implementation either reads two bearings from the console or a file containing a list of bearings. Usage printed on incorrect invocation.
<lang C>
/*Abhishek Ghosh, 3rd October 2017*/
 
#include<stdlib.h>
#include<stdio.h>
Line 302 ⟶ 300:
Difference between b2(42213.071924) and b1(60175.773068) is 37.298856
</pre>
 
=={{header|C++}}==
<lang cpp>#include <cmath>
10,339

edits