|
Rockbox mail archiveSubject: Calculator plugin patch submittedCalculator plugin patch submitted
From: <tinousus_at_yahoo.com>
Date: Mon, 3 May 2004 05:06:43 -0400 I just wrote a calculator plugin and submitted here: http://sourceforge.net/tracker/index.php?func=detail&aid=946825&group_id=44306&atid=439120 It's still in simple state and still limitations: -- Right now, only accept "num, operator (+,-,*,/), num, =" input sequence. Input "3, +, 5, -, 2, =", the calculator will only do 5-2 and result = 3 You have to input "3, +, 5, =, -, 2, =" to get 3+5-2 = 6 -- "*,/" have no priority. Actually you can't input 3+5*2 yet. It may also have bugs. But it has some cool features: -- Scientific number format core code. Support range 10^-999 ~ 10^999 -- Number of significant figures up to 10 I still got "undefined sqrt() funtion" error when I compile the real build. But my cygwin x11 simulator doesn't have this error. Can somebody help me with the this? In the file submitted, I just leave this function as x/2. Thank Tom Norris for his initial idea. Isaac _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox Received on 2004-05-03 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |