mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-07-02 02:54:32 -07:00
Fixed some minor issues with weekday.ms.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ of orbit < ^ ship
|
||||
|
||||
```
|
||||
|
||||
The distance of the bomb from the ship is computed using the law of consines. The law of cosines states:
|
||||
The distance of the bomb from the ship is computed using the law of cosines. The law of cosines states:
|
||||
|
||||
```
|
||||
D = SQUAREROOT( R**2 + D1**2 - 2*R*D1*COS(A-A1) )
|
||||
|
||||
Reference in New Issue
Block a user