Solves a quadratic equation a*x^2 + b*x + c for x
Namespace: VVVV.Utils.VMathAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
Parameters
- a
- Type: System..::..Double
Coefficient of x^2
- b
- Type: System..::..Double
Coefficient of x
- c
- Type: System..::..Double
Constant
- x1
- Type: System..::..Double%
First solution
- x2
- Type: System..::..Double%
Second solution