+ 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
4 Respostas
+ 4
okay cool and how about log and ln
+ 3
#push
+ 2
n! is 1*2*3*4*...*(n-1)*n.
+ 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!) + ...