Bug 169416 - Fails to gracefully handle equation with inf values
Summary: Fails to gracefully handle equation with inf values
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 01:10 UTC by Andrew Walker
Modified: 2008-08-19 18:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2008-08-19 01:10:00 UTC
Version:           1.4.0 (using KDE 3.5.9)
OS:                Linux
Installed from:    Compiled From Sources

PROBLEM:
Kst does not gracefully handle the case where an equation results in inf values.

STEPS TO REPRODUCE:
Start Kst
Create a vector that counts from 0 to at lteast 13500 (an INDEX vector is good)
Create an equation: 2^[INDEX]

RESULTS:
The curve is not displayed at all and there are no y-axis limits

EXPECTED RESULTS:
At least the first portion of the curve should be visible and the y-axis limits should be constrained by DBL_MAX
Comment 1 Andrew Walker 2008-08-19 18:42:23 UTC
better handle the case where the values of a curve exceed DBL_MAX
Modified kst2dplot.cpp