Jump to content

Angle difference between two bearings: Difference between revisions

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 user inputs''Get-Examples''<br>
Results of user inputsusing -45 and 98 with ''Get-AngleDiff'':
<pre>
<lang PowerShell>PS C:\WINDOWS\system32> Get-ExamplesAngleDiff -45 98
The difference between -45 and 98 is 143</lang>
 
 
 
'''Results of ''Get-Examples'''''
<lang powershell>PS C:\WINDOWS\system32> Get-AngleDiff -45 98Examples
Inputs from the -180 to 180 range
The difference between 20 and 45 is 25
Line 2,095 ⟶ 2,094:
The difference between 1174.83805105985 and -154146.664901248 is -161.502952307404
The difference between 60175.7730679555 and 42213.0719235437 is 37.2988555882694
</prelang>
 
 
=={{header|Python}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.