Three indefinite points that cannot be counted - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Three indefinite points that cannot be counted (/thread-12866.html) |
Three indefinite points that cannot be counted - yangyongkang - 04-25-2019 01:45 PM Not much to say, directly on the topic Code: [int(e^(k*atan(x))/(x^2+1)^(3/2), x), int(x*atan(x)/(x^2+1)^(3/2), x), int(atan(x)/(x^2*(x^2+1)), x)] Answer for Wolfram Alpha |