home *** CD-ROM | disk | FTP | other *** search
-
- CALC_JNC ver 8.00 is a fully functional SHAREWARE calculator program.
-
- This program has all of is functions enabled. When registration
- is received a printed manual along with the following programs
- will be sent to you :
- CALC_JNC - Registered version
- CALC_HEX - 22k PROGRAMMERS CALCULATOR
- CHEX44 - 44 bit PROGRAMMERS CALCULATOR
- CALC_CP - Uses math coprocessor for floating point
- MANUAL - Full users manual
-
- Customer support (phone,mail,email) will also be available to
- all registered users.
-
- At the end of this file are the functions which are available
- in this program. The printed manual contains full examples
- for each function.
-
-
- If you have any problems with this SHAREWARE program please
- contact me via E-Mail on CIS. My ID number is 76665,3443.
-
-
- DEFINITION OF SHAREWARE
-
- Shareware distribution gives users a chance to try software
- before buying it. If you try a Shareware program and continue
- using it, you are expected to register. Individual programs
- differ on details -- some request registration while others
- require it, some specify a maximum trial period. With
- registration, you get anything from the simple right to continue
- using the software to an updated program with printed manual.
-
- Copyright laws apply to both Shareware and commercial software,
- and the copyright holder retains all rights, with a few specific
- exceptions as stated below. Shareware authors are accomplished
- programmers, just like commercial authors, and the programs are
- of comparable quality. (In both cases, there are good programs
- and bad ones!) The main difference is in the method of
- distribution. The author specifically grants the right to copy
- and distribute the software, either to all and sundry or to a
- specific group. For example, some authors require written
- permission before a commercial disk vendor may copy their
- Shareware.
-
- Shareware is a distribution method, not a type of software. You
- should find software that suits your needs and pocketbook,
- whether it's commercial or Shareware. The Shareware system makes
- fitting your needs easier, because you can try before you buy.
- And because the overhead is low, prices are low also. Shareware
- has the ultimate money-back guarantee -- if you don't use the
- product, you don't pay for it.
-
-
-
-
- DISCLAIMER - AGREEMENT
-
- Users of CALC_JNC must accept this disclaimer of warranty:
- CALC_JNC is supplied as is. The author disclaims all
- warranties, expressed or implied, including, without limitation,
- the warranties of merchantability and of fitness for any purpose.
- The author assumes no liability for damages, direct or conse-
- quential, which may result from the use of CALC_JNC."
-
- CALC_JNC is a "shareware program" and is provided at no charge
- to the user for evaluation. Feel free to share it with your
- friends, but please do not give it away altered or as part of
- another system. The essence of "user-supported" software is to
- provide personal computer users with quality software without
- high prices, and yet to provide incentive for programmers to
- continue to develop new products. If you find this program
- useful and find that you are using CALC_JNC and continue to use
- CALC_JNC after a reasonable trial period, you must make a reg-
- istration payment of $25.00 to James N. Cox. The $25.00
- registration fee will license one copy for use on any one
- computer at any one time. You must treat this software just like
- a book. An example is that this software may be used by any
- number of people and may be freely moved from one computer
- location to another, so long as there is no possibility of it
- being used at one location while it's being used at another.
- Just as a book cannot be read by two different persons at the
- same time.
-
- Commercial users of CALC_JNC must register and pay for their
- copies of CALC_JNC within 30 days of first use or their license
- is withdrawn. Site-License arrangements may be made by con-
- tacting James N. Cox.
-
- Anyone distributing CALC_JNC for any kind of remuneration must
- first contact James N. Cox at the address below for authorization.
- This authorization will be automatically granted to distributors
- recognized by the (ASP) as adhering to its guidelines for
- shareware distributors, and such distributors may begin offering
- CALC_JNC immediately (However James N. Cox must still be advised so
- that the distributor can be kept up-to-date with the latest
- version of CALC_JNC.).
-
- You are encouraged to pass a copy of CALC_JNC along to your
- friends for evaluation. Please encourage them to register their
- copy if they find that they can use it. All registered users
- will receive a copy of the latest version of the CALC_JNC
- system.
-
-
- James N. Cox
- 418 Erie Avenue
- Quakertown, Pa. 18951 U.S.A
- CIS# 76665,3443
-
-
-
-
-
-
-
-
-
- COMMAND LINE OPTIONS
- ────────────────────
-
- usage :
-
- calc_jnc {/r} {/bn} {/fn} {hn}
-
-
- PARAMETER DEFINITION
- ───────── ───────────────────────────────────────────
-
- /r ─────────────> Load the calculator as a TSR.
-
- /bn ─────────────> Set the background color. (see color table)
- Range : n <= 15.
-
- /fn ─────────────> Set the foreground color. (see color table)
- Range : n <= 15.
-
- /hn ─────────────> Define a new hot key to activate the
- calculator program when loaded as a TSR.
- Range : n = any key.
-
- /i ─────────────> Information about the program.
-
- /? ─────────────> Show options.
-
-
- The above options except for /i and /? are only valid the
- first time calc_jnc is loaded as a TSR. If calc_jnc is not
- loaded as a TSR then the command line options are always valid.
-
-
-
-
-
-
-
-
- PROGRAMMERS CALCULATOR
- ────────────────────────
-
-
- Programmers Functions
- ───────────────────────
-
- + : Addition
- ─ : Subtraction
- * : Multiplication
- / : Division
- % : Modulus
- ALT-D : Nand
- ALT-A : And
- ALT-O : Or
- ALT-X : Exclusive-Or
- ALT-R : Nor
- ALT-N : Not
- ALT-E : Negation
- ALT-S : Store result in memory location that
- follows.
- ALT-L : Recall the value stored in the location
- follows.
- ALT-F : Switch to the FLOAT CALCULATOR.
- ALT-H : Help screens.
- TAB : Clear entry line.
- BACKSPACE : Delete last character entered.
- ESC : Exit Calc and return to the application.
-
-
-
-
-
- FLOAT CALCULATOR
- ──────────────────
-
-
- Float Functions
- ─────────────────
-
- + : Perform addition.
- - : Perform subtraction.
- * : Perform multiplication.
- / : Perform division.
- () : Parenthesis.
- Max depth of 15.
- x ^ y : x raised to the power of y
- x , y : Obtain the xth root of x.
- x ] : Obtain the reciprocal of x.
- sqr(arg) : Perform square root on arg.
- abs(arg) : Get the absolute value of arg.
- sin(arg) : Perform sine function on arg.
- cos(arg) : Perform cosine function on arg.
- tan(arg) : Perform tangent function on arg.
- sinh(arg) : Perform the hyperbolic sine of arg.
- cosh(arg) : Perform the hyperbolic cosine of arg.
- tanh(arg) : Perform the hyperbolic tangent of arg.
- asin(arg) : Perform the arc sine of arg.
- acos(arg) : Perform the arc cosine of arg.
- atan(arg) : Perform the arc tangent of arg.
- ln(arg) : Perform the natural logarithm of arg.
- log(arg) : Perform the common logarithm of arg.
- exp(arg) : Perform the anti-natural logarithm of arg.
- int(arg) : Convert arg to an integer.
- frac(arg) : Get the fraction of arg.
- fact(arg) : Get the factorial of arg.
- cube(arg) : Get the cube root of arg.
- sav(arg) : Save the result to the left of the function
- in arg. This function may be put into a formula
- in any place.
- Range : 0 to 9 memories.
- rec(arg) : Recall memory at location arg. This function
- may be put into a formula in any place.
- Range : 0 to 9 memories.
- back(arg) : Define the background color.
- fore(arg) : Define the foreground color.
- ALT-P : Put the previous result on the entry line.
- ALT-D : Recall the previous formula entered.
- ALT-U : Recall the next formula entered.
- (use in conjunction with ALT-D)
- ALT-F : Switch to the PROGRAMMERS CALCULATOR.
- ALT-H : Help screens.
- TAB : Clear entry line.
- BACKSPACE : Delete last character entered.
- ESC : Exit CALC and return to the application.
-
-
-
-
-