Hi, everybody
So im writting a program that will solve lim functions...(nothing crazy)
My problem is how can I make into my cin command to take the whole mathematic function..eg(give me your lim function---> cin after and the users writes the function..then I check if there is a sqrt or a divition or anything like this..
I really need some help here..if someone didnt understand it just ask me..I really need help.. >_<
In addition, you want to take the limit, which means dealing with very small numbers. Since computers can't represent all real numbers exactly, you're likely to run into round-off errors if you aren't careful.