[Kst] [Bug 157845] New: Matrix scalar values are not correctly calculated
Andrew Walker
arwalker at sumusltd.com
Thu Feb 14 23:58:26 CET 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=157845
Summary: Matrix scalar values are not correctly calculated
Product: kst
Version: 1.4.0
Platform: Compiled Sources
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: kst kde org
ReportedBy: arwalker sumusltd com
Version: 1.4.0 (using KDE 3.5.6)
Installed from: Compiled From Sources
OS: Linux
PROBLEM:
The scalar values associated with a matrix are not calculated correctly
STEPS TO REPRODUCE:
Start Kst
Open the JavaScript Extension
Enter the following:
m=new Matrix()
m.resize(3,3)
m.zero()
m.setValue(0,0,100)
m.setValue(1,1,200)
m.setvalue(2,2,300)
m.max
RESULTS:
m.max reports 500
EXPECTED RESULTS:
m.max should report 600
More information about the Kst
mailing list