Version: 1.0.9 (using KDE KDE 3.3.0) Installed from: Compiled From Sources Compiler: gcc 3.3.4 3.3.4-r1 OS: Linux The program stops responding after the attempt to plot either of these functions: f(x)=arcsin(x) f(x)=arccos(x) There is no problem with other functions i.e. arctan(x). maybe problem with my computer? AMD Athlon XP 1800+, 256MB, nVidia GeForce 4 MX440 64MB DDR running Gentoo linux with kernel 2.6.9-gentoo-r1
CVS commit by fedemar: Fix for bug 92014: program hangs when plotting arcsin and arccos. BUG: 92014 M +1 -10 View.cpp 1.90.2.3 --- kdeedu/kmplot/kmplot/View.cpp #1.90.2.2:1.90.2.3 @@ -371,16 +371,7 @@ void View::plotfkt(int ix, QPainter *pDC if ( dgr.xclipflg || dgr.yclipflg) - { - if(mflg>=1) p1=p2; else { - pDC->drawLine(p1, p2); - p1=p2; - mflg=1; - } - } - else - { if(mflg<=1) pDC->drawLine(p1, p2);