Basic Calculator
0
This is a very simple calculator, all done with javascript. Just click the numbers and the operators and use the '=' button to calculate! This is a neat example of the LIMITLESS powers of JavaScript.
JavaScript Calculator
0
This is a very simple calculator, all done with javascript. Just click the numbers and the operators and use the '=' button to calculate! This is a neat example of the LIMITLESS powers of JavaScript.
Commercial Calculator V1
1
The code makes a commercial calculator on the web page.
High-Tech Calculator
0
This calculator can do everything! Besides the basic functions: add, subtract, multiply, and divide. It can take the reciprocal, cos, sin, and tan of a number, square root, and has special square and cube buttons. Also does any power of a number you want, and looks great at the same time.
Temperature Table Generator
0
I was calculating temperatures one day trying to figure out which heatsink/fan I should get for my computer processor and got tired of converting Celcius to Fahrenheit (and visa-versa) by hand. So I thought I would build a script to take the drudgery out of it. This script will generate temperature conversion tables using parameters you specify.
Scientific calculator for chemists with notebook
3
Scientific calculator for chemists with notebook is a fully functioning JavaScript calculator. This calculator can be used as common scientific calculator (sin, cos, log, power, root, memory), but it also includes a molecular weight calculator and the tables with various physical and chemical constants. The calculator contains a list with task history, storing all the recent inputs and results. Scientific calculator displays the numbers rounded to a user-specified number of decimal places.
ASCII Engine
0
Enter any keyboard character and the Ascii Engine outputs the character's equivalent in Ascii Decimal, Ascii Hex, and even binary.
Advanced Calculator
0
This is a very sharp looking advanced calculator made using JavaScript and HTML.
Base Converter
0
A base converter. Just type a valid positive number in any one of the boxes and click outside the box. The equivalent will appear in the other boxes.
Slope-Intercept Solver
0
This Linear Equation generator asks you to find the relationship between X and Y. This is a straight line formula in the form of Y=MX+B where M is the slope and B is the y-intersect.
Calculator with memorial function
0
This script create a simple calculator with memorial function.
Decimal-to-Binary converter
0
This simple Javascript will convert a base decimal number into a base binary number.
Modem tester
1
The script will test speed of your modem.
Velocity Calculator
0
Another way to use JavaScript to find velocity equivalents.
Scientific Calculator 2
1
This is a different script to create a calculator with memorial function.