[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2023-06-30T01:21:28-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/14900 2023-06-30T01:21:28-05:00 2023-06-30T01:21:28-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=39343#p39343 <![CDATA[RPN scientific command line calculator]]>
FREEWARE Open Source

RPN Calc is a scientific command line calculator for x86 DOS.

Example expressions:

Code:

(18/3)^2+((13+7)*5^2)2*20/2+(3+4)*3^2-6+15(3*5^2/15)-(5-2^2)(5.9-5.3)*7.2+1.4^2(2.1^2+5.2-7.2)*7.1(18/3)^2+((13+7)*5^2)(-B+SQR(B^2-4*A*C))/(2*A)(-B-SQR(B^2-4*A*C))/(2*A)
Type help in the calculator for assistance.

Operator precedence: !, ^, %, *, /, +, -, <, >, <=, >=, =, <>, ~, &, |
Operator description: ! is NOT(), % is MOD, ~ is XOR, & is AND, | is OR

Variables are named from a to z. To negate variables, write v*-1, not -v.
# inserts the last evaluation in an expression.
Enter STO V with any variable as V to store the last evaluation.
Enter RESET to set values for the variables.
Functions: INT(), SQR(), SIN(), COS(), TAN(), ATN(), ABS(), LOG(), SGN()
Functions are unary, but have no precedence unlike not.
Enter LIST to view the variables values.
Enter CLS to erase the screen.
Enter STEPS to disable/enable printing and recording of steps.
Enter DOS to exit
Enter HELP or ? to see this text again.

Download:
http://www.lucidapogee.com/download.php ... pncalc.zip

Statistics: Posted by bongomeno — Fri Jun 30, 2023 1:21 am


]]>