function to calculate logarithm of number
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Can you show me a function to calculate logarithm of double in MFC?
-
Can you show me a function to calculate logarithm of double in MFC?
log()
In the future, try searching the MSDN library. Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke -
Can you show me a function to calculate logarithm of double in MFC?
In what base?
log()
for natural logarithms andlog10()
for base-10 logarithms.Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"