Angle difference between two bearings: Difference between revisions

Content added Content deleted
Line 2,066: Line 2,066:




}</lang>
}
</lang>
Results of user inputs -45 and 98 with ''Get-AngleDiff'':
<pre>
PS C:\WINDOWS\system32> Get-AngleDiff -45 98
The difference between -45 and 98 is 143
</lang>


Results of ''Get-Examples''
'''Results of user inputs'''<br>
using -45 and 98 with ''Get-AngleDiff'':
<pre>
PS C:\WINDOWS\system32> Get-Examples
<lang PowerShell>PS C:\WINDOWS\system32> Get-AngleDiff -45 98
The difference between -45 and 98 is 143</lang>




'''Results of ''Get-Examples'''''
<lang powershell>PS C:\WINDOWS\system32> Get-Examples
Inputs from the -180 to 180 range
Inputs from the -180 to 180 range
The difference between 20 and 45 is 25
The difference between 20 and 45 is 25
Line 2,095: Line 2,094:
The difference between 1174.83805105985 and -154146.664901248 is -161.502952307404
The difference between 1174.83805105985 and -154146.664901248 is -161.502952307404
The difference between 60175.7730679555 and 42213.0719235437 is 37.2988555882694
The difference between 60175.7730679555 and 42213.0719235437 is 37.2988555882694
</pre>
</lang>



=={{header|Python}}==
=={{header|Python}}==