Lastest JavaScripts: Math
http://www.javascriptbank.com/rss/calculation/math/
Lastest JavaScripts: MathenCopyright (C) JavaScriptBank.com60[email protected] RSSJavaScript Quartic Equation Solver<img src="http://www.javascriptbank.com/javascript.images/calculation/javascript-quartic-equation-solver.jpg" width="100" height="100" align="left" style="margin: 5px;" />This simple JavaScript code example can solve quartic equations in the form of ax^4 + bx+3 + cx^2 + dx + e = 0. Another way to get answers but do not want to calculate more.
http://www.javascriptbank.com/javascript-quartic-equation-solver.html
1293601306Geometric Properties of a Triangle<img src="http://www.javascriptbank.com/javascript.images/calculation/geometric-properties-of-a-triangle.jpg" width="100" height="100" align="left" style="margin: 5px;" />With this <a href="/javascript/">JavaScript code</a>, you will not have to remember the complicated formulas for <a href="/javascript/calculation/">calculating</a> the values of a <a href="/title=triangle">triangle</a>. Now this code only solves the simple values such as: <a href="/title=area">area of triangle</a>, area of largest/smallest inscribed circle, the angle between two side.
However, the advantage of simplicity is it will be easy for you to understand how it work and customize it according to your needs. Things you need when use this <a href="/javascript/">JavaScript code</a> is enter the values of three sides.
http://www.javascriptbank.com/geometric-properties-of-a-triangle.html
1239583000Sum of two random numbers<img src="http://www.javascriptbank.com/javascript.images/calculation/sum-of-two-random-numbers.jpg" width="100" height="100" align="left" style="margin: 5px;" />Type or make two numbers have the sum equalled or less 18, then clicking <a href="/javascript/form/button/">buttons</a> for the sum of two that numbers , view the right; wrong choices and the ratio.
http://www.javascriptbank.com/sum-of-two-random-numbers.html
1196728489Circumference Calculator<img src="http://www.javascriptbank.com/javascript.images/calculation/circumference-calculator-2.jpg" width="100" height="100" align="left" style="margin: 5px;" />Find out the circumference of a circle by entering its radius. Very simple!
http://www.javascriptbank.com/circumference-calculator-2.html
1170117105Amazing Quadratic Equation Solver<img src="http://www.javascriptbank.com/javascript.images/calculation/amazing-quadratic-equation-solver.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/javascript/">JavaScript</a> will <a href="/title=factor">factor</a> and solve for both values of X, any quadratic equation that has real number solutions.
http://www.javascriptbank.com/amazing-quadratic-equation-solver.html
1170117103Lagrest, smallest and sum<img src="http://www.javascriptbank.com/javascript.images/calculation/lagre-small-number.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/javascript/">JavaScript</a> uses array to store tha values users submit then will alert the largest, smallest number and sum of the numbers.
http://www.javascriptbank.com/lagre-small-number.html
1170115539Prime Number Tester<img src="http://www.javascriptbank.com/javascript.images/calculation/prime-number-tester.jpg" width="100" height="100" align="left" style="margin: 5px;" />Calculate whether or not a number is prime and break it into its prime factors. Also includes a loading bar for large numbers.
http://www.javascriptbank.com/prime-number-tester.html
1170115526GCD/LCM Calculator<img src="http://www.javascriptbank.com/javascript.images/calculation/gcd-lcm-calculator.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/javascript/calculation/calculator/">calculator code</a> can quickly determine the Greatest Common Factor and Least Common Multiplier between two or three numbers.
http://www.javascriptbank.com/gcd-lcm-calculator.html
1170115524Simple Fix Length for Decimal Places<img src="http://www.javascriptbank.com/javascript.images/calculation/simple-fix-length-for-decimal-places.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/javascript/">JavaScript</a> enables you to set a fixed number of decimal places for an input number. It also provides error checking.
http://www.javascriptbank.com/simple-fix-length-for-decimal-places.html
1170115523Area/Volume Generator<img src="http://www.javascriptbank.com/javascript.images/calculation/area-volume-generator.jpg" width="100" height="100" align="left" style="margin: 5px;" />Need to <a href="/javascript/utility/search-code/">find</a> the area or circumference of a circle, the area of a rectangle, or the volume of a cylinder? This cool script will <a href="/javascript/utility/search-code/">find</a> it for you. In addition to the answer, it also gives all the steps needed to solve the equation. (The answer is rounded off.) Pretty cool!
http://www.javascriptbank.com/area-volume-generator.html
1170115512