|
Re: C programming problem...
You could try making a table lookup. Basically make a table in Excel then copy it into your code. the problem with this is you only have the values you put in the table.
rom float costable[numvalues] = {1, .985, etc., etc, etc...}
Check out this thread: math.h
__________________
Gracious Professionalism isn't simply courtesy or tradition, it's a way of life
I met her through FIRST...
We only are where we are by God's providence and by no other...
|