ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: File Archives :: TI-83/84 Plus BASIC Math Programs (Converters)
File Archives

TI-83/84 PLUS BASIC MATH PROGRAMS (CONVERTERS)

Click a filename to download that file.
Click a folder name to view files in that folder.
Click  for file information.
indicates files with screen shots.
indicates files with animated screen shots.
indicates files with reviews.
indicates featured programs.

Archive Statistics
Number of files 88
Last updated Saturday, 3 January 2009
Total downloads 166,769
Most popular file  Hex Conversion Utility with 7,102 downloads.


Name Size Date Rating Description
(Parent Dir) folder   Up to TI-83/84 Plus BASIC Math Programs
b10tob2.zip 1k 03-08-07 File is not rated Base10 to Base2 v1.0
This program will convert any number (below 256) into binary. This program was a test program (for my program, "getkey01.8xp") to see if I could figure out (on my own) how to convert to binary numbers.
base.zip 2k 02-04-11 File is not rated Base Converter V1.3
This is a program that lets you convert other bases into decimal, or vice
base2.zip 1k 02-11-11 File is not rated Number Base Converter v1.4 (with work showing feature)
This is a base converter for TI-83 Plus which can convert any base between 2 and 10 to each other. However, this program is different from other base converters, because the CALCULATIONS ARE SHOWN while calculating. You can use this program in any test or for any homework, where you need to show the work done.
basec.zip 1k 01-03-17 File is not rated BaseConverter v0.2
This program converts a positive whole number of a specified base(2-20) to a specified base(2-20). The digits 10-19 are represented by the letters a-j.
basecnvrt.zip 1k 08-04-14 File is not rated Base Converter
3 menu options- Direct conversion from base 10 to any base 2-9, Direct conversion from any base 2-9 to base 10, and Conversion from any base from 2-10 to another from 2-10
baseconv.zip 1k 01-02-07 File is not rated Base Converter 1.0
This is a binary/octal/decimal/hex converter for the 83+, written in BASIC but quite efficient.
baseconv36.zip 1k 08-05-27 File is not rated BaseConv 1.0
This program can convert to and from any base between base 2 and base 36, using the appropriate alphanumeric notation. Uses a custom algorithm that should be relatively fast, and to my knowledge can handle numbers of arbitrary precision limited only by the amount of memory you have available on your calculator.
baseconvert.zip 1k 04-03-17 File is not rated Base Converter
This converts any integer of a base from 2 to 10 to any base from 2 to 16.
baseconverter.zip 1k 04-10-23 File is not rated Base Converter v1.0
It's a base converter! What else do I need to say? It converts numbers in base 2-16 to numbers in base 2-16.
baseconverter83.zip 18k 05-08-18 File is not rated Base Converter (between Hex, Decimal, and Binary)
This program will convert numbers between these three bases. Octal is not supported. See the full documentation and screenshots for more information.
baseconverter_zerotech.zip 1k 04-12-21 File is not rated Base Converter 2.0 – ZERO Tech
A lean base conversion program writtn in Basic. This program converts any base 2-62 to any other base 2-62 [decimal accuracy permitting]. All numbers bases 2-36 use 0-9 and A-Z bases 37-62 use lower case characters to represent further echaracters. Operation is relatively self explanatory REQUIREMENTS: 1300 Bytes of Free Ram (762 for the program, the rest for string vars), Lower case letters enabled (to use bases 37-62) PLEASE READ THE README FILE - I don't want any complaints about accuracy to millions of decimal places.
baseconverterjp.zip 1k 05-07-26 File is not rated Super Base Converter
This base converter can read in any number in any base from base 2 to 62 and convert it to any base 2 to 62. Very handy if you work in hex or binary.
baseic.zip 1k 04-03-16 File is not rated Base Conversion
This program converts between binary, octal, decimal, hexidecimal, or any other base 2-36 for that matter. The decimal value (regardless of entered bases) will also be retained in the Ans variable so that the number can be easily manipulated afterwards if necessary. Additionally, unlike others, this program does not assign vars A-Z to 10-36 during the process of conversion, so you don't have to worry about your user variables being wiped! (Update: Now uses vars "Str11", "Str12" in internal calculations.)
basen.zip 1k 05-06-10 File is not rated BaseN
Base conversion- Base 2 to Base 16. Hot key for back and forth between decimal and hex. Supports 8 digits of hex. Very simple.
basepro.zip 1k 08-11-30 File is not rated Base Converter Pro
Convert ANY base into ANY other base! But the cool part is that you can use decimal numbers as well as decimal bases, including irrational ones! Its small and fast too, taking only seconds to convert! By far, the best program of its kind.
bases.zip 1k 06-09-08 File is not rated Base Conversion
This program converts a number in base 2 through 30 into a new number in a different base from 2 through 30. This updated file improves the display of the program.
bases_31.zip 1k 01-02-07 File is not rated Bases
Converts a number from one base into base 10 and vica versa
baset.zip 1k 08-12-18 File is not rated Base Converter
A simple Base converter capable of converting up to Base 62. Put the starting base in B1, the Ending base in B2, and the number to be converted in Num.
baseto64.zip 1k 05-04-12 File is not rated Base 2 to 64
This program allows you to input a number in any base 2-64 (hence the name), and display it as any other base 2-64. Uses 0-9,A-Z,a-z,_theta_,and ? as the characters. Enjoy! If you have any questions or comments please let me know at ticalc2005@yahoo.com
basicconv.zip 1k 03-03-12 File is not rated Degree/Radian Converter
This program converts Radian values to Degree values, and Degree values to Radian values. The difference between it and the on-calc function is that this program solves the convertion algebretically, and not with an infinite decimal. Please use, study, and modify this program for your own needs.
basicconverter.zip 1k 03-03-10 File is not rated Base Converter
This program may be incomplete in some areas, but it is fully operational when it comes to converting numbers of any base to base 10. Future versions will make full use of the menu and fix the bugs in other parts of the program. If you can fix the other algrithms, please e-mail me! Enjoy and modify for your own needs.
bconvert.zip 1k 05-05-18 File is not rated Base Converter (2-63)
A basic program that converts from base 2 (binary), to base 63 and back (sorta)! Translates values greater than 9 into letters (10=A, 11=B, etc...), a simplified table of values 0-63 is in the 'Instructions' section. Output no. is in 8 digits, so there are value limits, but I'll add an option to get the maximum number in a later version. Also includes error-checker and conversion progress indicator (sorta useless, but makes it look better).
bin.zip 3k 04-03-09 File is not rated Binary converter (simple)
very simple uses a menu and such. Made for the concept
bin2hex.zip 1k 01-09-09 File is not rated Bin2Hex
This program convery 8-bit binary to hexadecimal.
bin_20.zip 1k 00-08-26 File is not rated Binary
This program converts binary to numbers!
binary.zip 1k 02-03-25 File is not rated Binary Converter
Converts numbers from single decimals to standard binary code of 1' and 0's. Also does the opposite. Works well, saves a lot of time!!
binary1.zip 3k 04-11-04 File is not rated Any to Binary
This program displays the binary number for any number. Bin.8xp is cuurently under 200 bytes and takes under 4 seconds to display a 13 digit numeral.
binaryanddecimal.zip 1k 04-06-16 File is not rated Binary and Decimal Converter
This program can convert numbers from decimal to binary and from binary to decimal. Have fun.
binaryanddecimalconverter.zip 5k 05-09-23 File is not rated Binary and Decimal converter
Just another Binary and Decimal converter. It converts both Binary and Decimal numbers and has a help screen included in the program. Read the Readme for more info.
binaryconversion.zip 1k 03-07-07 File is not rated Base 10 to Base 2 (Decimal to Binary)
This program converts #'s from base 10 (decimal) to base 2 (binary). Useful AND fun!
binaryconverter.zip 1k 04-10-12 File is not rated Binary to decimal, decimal to binary converter
Simple program to convert decimal numbers to binary and vise versa.
binaryconverter2.zip 1k 08-09-16 File is not rated Binary/Numeral converter
Converts binary numbers to standard 0-9 number system and vice versa.
binaryconverter3.zip 1k 08-12-01 File is not rated Binumeral Conversion
Converts Decimal to Binary and vice versa. Also has an option to store 4 strings of 8 bit binary and string them together and destrand them for use in ip addresses to bypass some website blocks.
binarydecimalconverter.zip 1k 04-10-09 File is not rated BDCONVRT
This is a program that will convert a number into 8 bit binary or convert 8 bit binary to a number. worked great for me when i tested it.
binaryhexidecimaloctal.zip 3k 04-11-04 File is not rated Decimal to Binary, Hexadecimal, Octal Converter
Great program for quick conversion from a decimal value to either binary, hexadecimal, and octal values!
binaryieee754.zip 3k 04-11-04 File is not rated Binary to IEEE-754 Floating Point Converter
Have you ever had difficulty converting binary values into IEEE-754 Floating Point representation? Well now with the aid of your calculator you can convert to and from these to values! Easy to use!
binarymax.zip 1k 03-10-05 File is not rated Binary UNLIMITED Converter
Same as the other converters, but now with ABSOLUTELY no limit on number size! So it gives you awesome flexibility by converting absolutely any number you enter. Converts any number forwards and backwards. If need be it will even show pages-long conversions for extremely large numbers. Less than 1k on your calc, enjoy it!! ;)
binback.zip 1k 05-03-09 File is not rated Binary and Back v1
Simple program that converts from base 2 to 10 and back.
bindec.zip 1k 01-03-03 File is not rated Binary => Decimal
Translate binary in decimal
bindecconveter.zip 4k 04-09-23 File is not rated Binary <=> Decimal Converter
This is a fully funtional binary to decimal converter and vis vesa. It allows the user to specify the bit of the binary number that will be converted to. It also automaticly decides the lenght of the binary number that you input so that it is not only restricted to 8 bit numbers.
binhex.zip 2k 00-06-02 File is not rated BinHex v1.0
Run prgmBINHEX, type in a number, press enter, it gives you the binary code and hex code for the number.
bscnvflx.zip 2k 04-06-01 File is not rated Base Conversion by Flexico
This program is for **SUPER** base conversion anybase 2-64 to anybase 2-64. Read the ReadMe.
byteconv.zip 1k 03-05-24 File is not rated Byte Converter
This program is very simple. Input the number of bites, choose 1,2, or 3 (1 - kilobytes, 2 - megabytes, 3 - Exit), then see the result (for one and two).
car_pol.zip 5k 01-03-08 File is not rated Cartesian to Polar v1.1
It converts Cartesian coordinates to polar coordinates and backwards
compuvert.zip 1k 00-09-02 File is not rated Compuvert
This is a program that converts decimal, hexidecimal, and binary.
compuvert_12.zip 1k 00-09-23 File is not rated ComputVert
This is a program that converts Binary, Hexidecimal, and Decimal.
con2pol.8xp 1k 02-02-20 File is not rated Polar Conversions
You give it the values of I and J, it gives you the four different forms of the answer.
converter_3.02.zip 1k 04-06-15 File is not rated CONVERTER Version 3.02
Converter is a nifty little program that allows you to convert numerous things. You can convert degrees into radians and vice versa. It has FULL WORKING OUT!!!!! You can also convert from degrees to gradient and vice versa (GRAPH drawn) Also, it converts from Binary to Decimal and with the process used shown as well!!!!!
converter_49.zip 1k 03-03-31 File is not rated conveter v1.0
converts number from bin to dec, bin to hex, dec to bin, dec to hex, hex to bin, hex to dex. I know there are too many of these already but what the hay just given my input
converterbyrogan.zip 1k 02-08-09 File is not rated bin. to dec converter
converts bin to dec and back again(not done)
converttobinary.zip 1k 07-12-16 File is not rated Binary Converter
Convert numbers between decimal (base 10) and binary (base 2) quickly and easily.
debi_b5_oc_hx.zip 1k 04-11-20 File is not rated Decimal -> BI / b5 / OC / HX
Decimal -> BI / b5 / OC / HX Compact version of decimal-to-other-number-base converter.
dec2bin.zip 1k 05-08-18 File is not rated Decimal to Binary Convereter
A program to convert decimal numbers to binary.
dec2bin_57.zip 1k 00-06-06 File is not rated Dec2Bin
Converts decimal number to binary numbers
decbin.zip 1k 01-03-03 File is not rated Decimal => Binary
Translate Decimal in Binary
deg2rad.zip 1k 03-07-17 File is not rated Degrees To Radians
This is one of the many programs I wrote in the middle of my Math 12 Summer School class just because I was interested in what I could do (and especially because I was bored). I found this program especially useful during homework and doing my chapter test:P (yes, we are allowed to use graphing calculators during tests... ludicrous, isn't it?).
degdms.zip 3k 07-08-21 File is not rated Degree ¡ê DMS
Converts from degrees to degrees, minutes, seconds (DMS), and back again.
degminse.zip 1k 00-07-14 File is not rated Degrees, Minutes, Seconds Solver v1.10
This program converts from degree format to degrees, minutes format, and vice versa.
degrad.zip 1k 03-03-09 File is not rated DegRad
DegRad is a trig program that allows the user to find the value of an angle. DegRad lets the user use degrees or radians and use sin,cos,tan,csc,sec,and cot. Instead of giving an error when the value is undefined, such as a divide by zero error or a domain error, the program will say "Undefined". This program has been tested many times in degrees and radians with common angles such as 0,30,60, and 90 degrees. If you find any problems with this program, please let me know.
degrees.8xp 1k 02-02-10 File is not rated Degree Converter
Basically all it does is converts the celcius to fahreheit and visvursa. It COMES IN HANDY once and a while!! Trust me!
degreesradians.zip 1k 04-07-13 File is not rated Degrad
Degrad is a program that will convert degrees into radians and radians into degrees. Simply pick what you want to do(d2r = degrees to radians, etc.), and enter in the data. For degrees, the answer will come out as a fraction; multiply this by pi to get the radians. For radians, put in the coeficient of pi (usually the numerator.) and then the denominator to get your degrees. I'm pretty sure it's bugless and correct, but if anyone has any problems, email me.
degsrads.zip 1k 04-09-11 File is not rated Degrees to Radians
This program is the first useful program ever released by prgmPIRATES! This program covers most conversions between degrees and radians, and between those two and decimals. It will also find the refernce angle for any angle input in degrees. (Due to programming limitations, it is not able at this time to find the reference angles of radians. I apologize for any inconvience this may cause.) This program is also Mirage OS compatable.
degtorad.zip 1k 05-09-14 File is not rated Degrees to Radians and Back Again
Converts degrees to radians and radians to degrees. This is better than any other program of this nature because it uses pi rads, not regular rads!
digitalconverter.zip 3k 08-02-28 File is not rated Digital Converter v1.0
Digital to Decimal Converter v1.0 This is my first program on my TI calcuator, i made it for fun and to help me with my study.This is the first version as you may have noticed so if you find any bugs or glitches i would apreciate the feedback. What it does: 1. Input a digital number asa string. 2. Choose: 1. Convert it to unsigned decimal right away. 2. Convert it to signed decimal with the method of "1's complement". 3. Convert it to signed decimal with the method of "2's complement". 3. it will give an error "NOT A DIGITAL NUMBER" and go to the begining of the program if the given digits don't consist of 1s and 0s. * It should help student who are studying digital design. * Screenshots included. Usage and copy rights and edit rights granted to everybody freely but with the hope of giving me the credit for it. skjafar. Contact: skjafar@gmail.com
dtor.8xp 1k 03-03-08 File is not rated DTOR
A simple program that i made which changes degrees to radians and vice vers. very easy to use and wokrs great.
gps.zip 1k 05-08-02 File is not rated GPS Converters
This is an update to my previous GPS Converter. This one converts from Decimal to DMS and DMS to Decimal. It has been enhanced with a quicker splash screen and a menu interface.
hex.zip 2k 08-11-30 File is not rated Binary to Hex converter
Takes binary numbers and will give you a hexadecimal number. Make sure to look at the "readme" file so you understand how to use it.
hexconverter.zip 4k 03-05-22 File is not rated Hex Conversion Utility
The Hex Conversion Utility, or Hex Converter, is a handy program for those who want to put Decimal into Hex, or reverse it. It has many handy features, and was designed for use in coop- eration with programming, such as inputting Hex numbers in ASM programs. It uses a fairly small quick system that allows you to input the number you want to convert.
jimbin.zip 9k 08-11-30 File is not rated decimal to binary converter
converts decimal numbers 0-65535 to binary numbers
memconv.zip 26k 08-09-16 File is not rated Byte Converter 1.0
This program allows you to convert between any unit of memory, from bits to terabytes, even nybbles! There is no other one program on ticalc.org that converts between all these units! Conversion follows the IEC standard (Kibibyte and so on), but is written as Kilobyte in the program. If you need to convert between something else, such as Megabits, email me and I will update the program!
memlib.zip 1k 03-12-08 File is not rated Memory Library
This program can convert memory to memory in every type known by me, good starter for newbies trying to learn about the values of KB,MB,GB,TB,PB...
memory.zip 1k 00-03-18 File is not rated Memory Converter
Coverts memory, (from bytes to mega-bytes, from gigabytes to bits etc)
nbr2str.zip 1k 09-01-03 File is not rated An instant number to string converter
This very small (77 bytes) program converts instantly any number in Ans(rational, negatives, exponents) without using variables. It stores the result in str0 and Ans. It can therefore be used as a subroutine for any program.
numberconverter.zip 1k 03-05-15 File is not rated Number Converter
Converts numbers of to the base of your choice! It can do Hexadecimal<->Decimal, Decimal<->Binary, or even Hexadecimal<->Binary, just to name a few.
numconv.8xp 1k 03-03-11 File is not rated Number Converter
It converts from decimal to hex, bin or octal.
numconv.zip 2k 00-12-26 File is not rated Base Ten Number Converter
This software will take an inputted base 10 number and convert to a specified number system (2-9).
rad2deg.zip 1k 03-07-17 File is not rated Radians To Degrees
This is one of the many programs I wrote in the middle of my Math 12 Summer School class just because I was interested in what I could do (and especially because I was bored). I found this program especially useful during homework and doing my chapter test:P (yes, we are allowed to use graphing calculators during tests... ludicrous, isn't it?).
radeg.zip 1k 01-04-04 File is not rated RaDeg
Radians degrees and everything in between rad->deg coterminat etc... buncha stuff deg->rad
radianutility.zip 2k 03-07-21 File is not rated Radian Utility
This math utility is meant to ease the pain of dealing with radian measurements. It converts radians to degrees and visa versa, finds angle intersection points on the unit circle, finds arc legnths, and calculates triganomic ratios.
radix.zip 1k 04-07-07 File is not rated RADIX (BASE) CONVERTER
This program converts between bases. Converts decimal to binary, decimal to hexadecimal, binary to decimal, binary to hexadecimal, hexadecimal to decimal, and hexadecimal to binary.
radtodeg.zip 1k 03-03-28 File is not rated Radian to Degree Converter
Converts radians to degrees, and vice-a-versa. Got me an A on a test. Pi symbol is shown after the fraction on radians, but goes on top of fraction.
rect2polar.zip 1k 01-12-22 File is not rated Rectangular to Polar Co-ordinate Converter
This program converts from rectangular co-ordinates to polar co-ordinates
rectangular_polar_83p.zip 1k 04-01-19 File is not rated Rectangular <=> Polar
Converts between rectangular coordinates and polar coordinates. Enter the coordinates in radians or degrees and it will give you the answer, answer in fraction(if any differen) and in DMS.
roman.zip 1k 01-05-27 File is not rated Roman Numerals v1.3
This program can convert Romand to Arabic and vice-versa.
timecalc.zip 5k 07-04-26 File is not rated Time Calculator
Enter two times, and it shows the number of minutes, and hours:minutes between the two times. Very simple. Be careful on inputting the day difference.
timeconverter83.zip 1k 03-08-04 File is not rated Time Converter
This program is small. This program basically converts one unit of time to another. Ported from the 83.
tmchnge.zip 2k 00-10-24 File is not rated Time Changer
A program that will convert the time from one time zone to another.
urc.zip 1k 03-06-03 File is not rated Universal Radix Converter
Converts the base of a number. Supports bases 2 to 36. Does error checking.

  Copyright © 1996-2009, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer