Bug 169416

Summary: Fails to gracefully handle equation with inf values
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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