Download Latest Version rpnfc.jar (21.1 kB)
Email in envelope

Get an email when there's a new version of RPN Fraction Calculator

Name Modified Size InfoDownloads / Week
Parent folder
RPNFractionCalculatorSourceCode.jar 2007-07-22 84.2 kB
README 2007-07-22 3.2 kB
COPYING 2007-07-22 35.8 kB
rpnfc.jar 2007-07-22 21.1 kB
INFOFILES.zip 2007-07-22 27.9 kB
INFOFILES.tar.gz 2007-07-22 24.8 kB
COPYING.txt 2007-07-15 35.8 kB
README.txt 2007-07-15 3.2 kB
Totals: 8 Items   236.0 kB 1
#--------------------------------------------------------------------
#The RPN Fraction Calculator Application.
#Copyright (C) 2007 Lou Rosas
#
#This file is part of The RPNFractionCalculator
#
#The RPNFractionCalculator is free software; you can redistribute it
#and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation; either version 3 of the License, or
#(at your option) any later version.
#
#RPNFractionCalculator is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License
#along with this program.  If not, see <http://www.gnu.org/licenses/>.
#--------------------------------------------------------------------
# Reverse Polish Notation (RPN) Fraction Calculator
#
# Lou Rosas
#--------------------------------------------------------------------
# The application is a Java Archive File (JAR file) it is the
# rpnfc.jar and is a stand alone Java application.
# You may download the application and the source code to your
# machine.
# To run it, on the command line, go to the directory where it is
# located and type:

java -jar rpnfc.jar

# If you are on a Windows machine you can double-click this JAR file
# and the application will run.

# The source code is in:  RPNFractionCalculatorSourceCode.jar
# This JAR file contains all the java files used in the application
# as well as the code documentation (int html-format).
# To extract the java files, type:

jar -xvf RPNFractionCalculatorSourceCode.jar

# Please note, the packages will be extracted as well.
#--------------------------------------------------------------------
# This is version 0.1 of the RPN Fraction Calculator Application.
# This application (as the name implies) is an RPN Fraction
# Calculator.  This calculator acts just like any other RPN
# calculator, except that it writes operates on Fractions instead
# of decimals.  As a result, this calculator is only of the four
# function type.  This calculator will operate on whole numbers as
# well as fractions--but be warned that every number is represented
# by a fraction.
# Fractions can be represented as proper or improper.

# The only difference between this and other hardware oriented RPN
# Calculators is the stack is not size 4 limited--rather only limited
# by the size of the memory (in other words, this calculator has
# unlimited stack size).

# To view the help screen, goto Help->Help or type F1 on the keyboard.
# The help screen might be too long for your screen and that is
# something I am working on for the next release.

# The keyboard can be used with this aplication as well.  For help with
# which keyboard keys can be used and their meaning, goto:
# Help->Keyboard Help.

# If you have any questions, concerns, comments or sugestions how I can
# make this application better, please feel free to email me at:
# fractioncalc@gmail.com, or through the project site.

# Thanks,
# Lou Rosas
Source: README, updated 2007-07-22