Numeric solution for ln (), log (), e^() | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 5

Numeric solution for ln (), log (), e^()

I know i could use math.h but i wanna know how that works actually the numeric way

25th Oct 2016, 9:27 AM
Moersy
Moersy - avatar
4 Respostas
+ 4
okay cool and how about log and ln
25th Oct 2016, 3:26 PM
Moersy
Moersy - avatar
+ 3
#push
26th Oct 2016, 9:41 AM
Moersy
Moersy - avatar
+ 2
n! is 1*2*3*4*...*(n-1)*n.
25th Oct 2016, 10:26 AM
Zen
Zen - avatar
+ 1
I think that they are computed using infinite series. For example: e^x = 1 + x + x^2/(2!) + x^3/(3!) + x^4/(4!) + ...
25th Oct 2016, 9:53 AM
Zen
Zen - avatar