mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
14 lines
504 B
Text
14 lines
504 B
Text
== ToDo ==
|
|
* Redo KCalcButton
|
|
|
|
* Use validator for constant value line edits in configure.
|
|
|
|
* Have a look at Evan's new stack engine kcalc_core.cpp. But be very careful
|
|
not to create new bugs. Also think why statistic-function in an independent file.
|
|
|
|
* Implement integer arithmetic for (unsigned int, signed int,
|
|
unsigned short,...). Look here at some of Evan's code.
|
|
|
|
* think what to do with cos, sin, etc. right now, as work-around cast KNumber to double,
|
|
use standard libc cos, sin, etc., cast back
|
|
|