![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Share Your Creations Show your developed application to Basic4ppc community. Please include source code if possible. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have upgraded the SCalculator:
a. Addition of 15 levels of brackets and brackets window. b. Addition of factorial function N! c. Addition of DMS display function. d. Addition of MOD (modulu) function e. Addition of input scrolling. f. Buttons re-order and new labels g. Code improvement (by moving common tasks to common subs). h. Correction of bugs. You are invited to look at it and use it if you want to. The attached file contains the code and a setup program, including operating manual. It can run on the desktop but the inscriptions on the buttons do not fit. I shall appreciate comments and suggestions for improvements or additions (there are two spare buttons..)
__________________
David Erez Ramat Hasharon, Israel |
|
||||
|
Hello Derez,
Impressed by your brainwork! Idea: what about adding bitwise.dll to perform Dec to Hex / Hex to Dec, etc. This will well occupy those two vacant buttons ![]() One more: Atnq (unlike Atn gets the correct quadrant) Code:
Sub Atnq(x, y) z=Atan(x/y) if y < 0 Then z = z + cPI if y > 0 and x < 0 then z = z + cPI*2 Return z End Sub Robert |
|
|||
|
Thank you Alfcen
I have considered the use of HEX and DEC but voted against , I don't feel that anybody really needs it (although you find it in most scientific calculators). And thanks for the ATNQ tip - it will be used ! David
__________________
David Erez Ramat Hasharon, Israel |
|
|||
|
Hi,
for me is HEX,BIN,DEC conversion very useful as well (and for everybody who makes programs for microcontrolers, I think). But I agree that most of users doesn't need it. Anyway your calculator is very nice, I like it. ![]() Petr |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SCalculator 4 | derez | Share Your Creations | 5 | 01-08-2008 10:22 AM |
| SCalculator 2 | derez | Share Your Creations | 3 | 10-21-2007 11:59 AM |