Feeds
提问
How to write a for-loop to find the limit of a function
lim x->(-inf) (x^3+x^2-x)/(4*x^6+x^2) How to write a for loop for this function when x is closing in on -infinity (negative...
13 years 前 | 1 个回答 | 0
1
个回答提问
how to write a while-loop for a function
lim x-> inf (1 + 1/x)^x how to write a while-loop that repeats it self until the value of the subsequent numbers are less than...
13 years 前 | 1 个回答 | 0