| | |
how to calculate log without usin math library
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
0
#2 Oct 13th, 2009
Refer http://en.wikipedia.org/wiki/Natural_logarithm
see sections
Numerical value
Continued fractions
Hope it helps
see sections
Numerical value
Continued fractions
Hope it helps
•
•
Join Date: Jul 2009
Posts: 126
Reputation:
Solved Threads: 10
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..........
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..........
![]() |
Similar Threads
- find value of cos without using math library function (C#)
- Small question.. (C++)
- sine (C++)
- i have some questions about the math Library (C)
- Help me with "Math Library" Related coding =) (C++)
Other Threads in the C# Forum
- Previous Thread: how to access values from datagrid
- Next Thread: Need for each iteration help
| Thread Tools | Search this Thread |
algorithm angle array binary bitmap c# c++ calling class compression conversion convert cuil decimal decimals decode degrees development domain drawing encode enum equation filter form function gdi+ generator google grade i/o incode inline iteration javascript mail mandelbrot math mathematics method news numbers operator parameter php picturebox plotting pointer polynomial prime primenumbersinrange python radians random recursion recursive reference return round search statistics technology time tree url usb variable vb vb.net vbnet web wolframalpha







