|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
usual suspect
Join Date: Jun 2002
Location: not here
Posts: 2,051
|
alright, i have been trying to help a friend for the last hour with a project. neither of us actually understand the math behind the assignment, thereby making it impossible to do. if someone could explain the math here, i am sure we could figure out the coding. also, does anyone know how to do natural base ( ln(x) ) in c++? this sheet below just makes no sense to me at all, and he can't explain worth a dime. thanks.
http://131.183.20.251/Uploads/ACFCBB.pdf craig
__________________
the universe is against this current wave of success i'm having. -johnny drama, entourage |
|
|
|
|
|
#2 |
|
Member (10 bit)
Join Date: Jul 2002
Location: University of California, Santa Barbara
Posts: 800
|
That link isn't working for me.
You could include math.h and use the log function. log(x)/log(b) will give you log base b of x. So do log(x)/log(e). |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|