Guest User

Untitled

a guest
May 28th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #ifndef TKK_AS_C_RED_H
  2. #define TKK_AS_C_RED_H
  3.  
  4. #define S_CONST 340.0
  5.  
  6. /* Mass of the red bird = 2.0 kg */
  7. /* Spring constant = 340.0 N/m */
  8.  
  9. /* Calculates the initial velocity of the slingshot for the red bird. */
  10. double red(double stretch);
  11.  
  12. #endif
Add Comment
Please, Sign In to add comment