delorie.com/archives/browse.cgi | search |
From: | Jesse Meyer <jesse-meyer AT usa DOT net> |
Newsgroups: | comp.os.msdos.djgpp,comp.lang.c |
Subject: | trigonometry problem (math.h) |
Date: | Tue, 03 Mar 1998 11:35:29 -0500 |
Lines: | 16 |
Message-ID: | <34FC314E.A9B3F9D6@usa.net> |
NNTP-Posting-Host: | iaccoca07.dept.lehigh.edu |
Mime-Version: | 1.0 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
I am writing some code to determine the vertical velocity of a projectile. The physics equation is voy = x (units/second) * sin(angle) I want to design a program that will calculate this given the inital velocity (x) and the angle. I am using DJGPP v2.01 and RHIDE 1.4 This is basically a programming question because I am a begginer and all the books I read don't go into using Trig with C. Thanks in advance Jesse
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |