Inside the Web+ Gearbox
Overview
| This example calculates the roots of the classical math function |
y = A x² + Bx + C = 0
which has the following rootsroot1: x1 = [-B + (B² - 4AC)^0.5] / (2A)
root2: x2 = [-B - (B² - 4AC)^0.5] / (2A)
Inside the Web+ Gearbox
| This example calculates the roots of the classical math function |
Copyright © 2010 Webplus, Inc. (talentsoft). All Rights Reserved. |