Solved
Found a number with a magnitude greater than 10^307...
- September 28, 2023
- 1 reply
- 1613 views
Hello,
What to add in below program for example in order to limit the values on x and y axis at:


So that the graph does not have more than 10^307 points to display, even if the program has available to display more points greater than 10^307.
Or what can be done in situations like this?









I thought at below variant, but this variant does not differentiate in other type of cases like division by zero:




If we run with the first program:



