how to calculate log without usin math library

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2009
Posts: 9
Reputation: ayeshawzd is an unknown quantity at this point 
Solved Threads: 1
ayeshawzd ayeshawzd is offline Offline
Newbie Poster

how to calculate log without usin math library

 
0
  #1
Oct 13th, 2009
plzz help me
Reply With Quote Quick reply to this message  
Join Date: Aug 2009
Posts: 33
Reputation: padtes is an unknown quantity at this point 
Solved Threads: 6
padtes's Avatar
padtes padtes is offline Offline
Light Poster
 
0
  #2
Oct 13th, 2009
Refer http://en.wikipedia.org/wiki/Natural_logarithm

see sections
Numerical value
Continued fractions
Hope it helps
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 125
Reputation: vinnijain is an unknown quantity at this point 
Solved Threads: 10
vinnijain vinnijain is offline Offline
Junior Poster
 
0
  #3
Oct 13th, 2009
Hi ayeshawzd

You can define the values of some basic logs like log2=0.3010 ,
log3 =0.4771 , log5 ,log7,log10. and so on
Then use these to find the other log values.
Like , log20=log(4*5) = log4+log5 = 2log2 + log5 ......

Visit the following link:http://mathforum.org/library/drmath/view/55523.html

Hope it helps..........
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 1,978
Reputation: ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of 
Solved Threads: 288
ddanbe's Avatar
ddanbe ddanbe is offline Offline
Posting Virtuoso
 
0
  #4
Oct 13th, 2009
Look up the series formula for the logarithm function and do the same as I showed you in the cosine thread.
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Reply With Quote Quick reply to this message  
Reply

Tags
function, math

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC