https://bugs.kde.org/show_bug.cgi?id=513520
--- Comment #2 from Gabriel Barrantes <[email protected]> --- (In reply to ajay from comment #1) > Hi! I am a student and new to KDE development. I would like to try > implementing this double factorial (!!) feature. I plan to investigate the > knumber logic and the parser to see how to handle the double exclamation > mark. If I get stuck, I will let you know so someone else can take over. Seems that GNU GMP actually implements mpz_2fac_ui, seems that is the function you a looking for, follow/copy any other function implementation (factorial would be ideal) code to implement this new function. Start in the KNumber library. -- You are receiving this mail because: You are watching all bug changes.
