This script handles basic mulitplication only. If you’ve got a need to do some serious multiplying this is the one for you.
Math Related JavaScript Code Snippets
Many of these snippets deal with JavaScript calculators. They either serve a specific purpose or are just general calculators. Other snippets listed here deal with JavaScript equivalents. They convert from one unit to another in many categories – acceleration, power, and velocity, just to name a few.
This cool script will plot three more points on a graph if you know one point and the slope. A few other ‘easter eggs’, too. A very useful tool.
This script computes the pythagorean theorem when the user enters the height and base of a right triangle. Useful for Algebra and Geometry Class.
Highlights the day, very neat!
Need to find an area? This is your script by [email protected]
This easy script converts bytes, kilobytes, megabytes and gigabytes.
Use JavaScript to find temperature equivalents.
Another way to use JavaScript to find more temperature equivalents.
Determine whether the proper fraction a/b is a terminating or repeating decimals by solving to the number of digits of your choice.
Enter the number of sides of a regular polygon and this script will tell you the name of the polygon, the sum of the measure of the interior angles, and measure of each interior angle, and the measure of each exterior angle.
Converts Celsius to Fahrenheit!
Go from Celsius to Fahrenheit and vice versa! updated: http;//www.angelfire.com/de/draf/index.html
Finds x and y in any system of equations.
Table of elements that has all the info you need to know for high school!
All you triangle fans out there will love this one by [email protected]