Online Technical Support | Web+ Examples | Tutorial | Web+ Homepage
gear 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 roots
root1: x1 = [-B + (B² - 4AC)^0.5] / (2A)
root2: x2 = [-B - (B² - 4AC)^0.5] / (2A)

Please enter the function:

y= x² + x + =0

 

Copyright © 2010 Webplus, Inc. (talentsoft). All Rights Reserved.
webmaster@webplus.com