This documentation is compiled for the latest release of Mathos Core Library
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Note: This API is now obsolete.
Solves a quadratic equation, Ax^2+Bx+C, where a != 0
Namespace: Mathos
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
[ObsoleteAttribute] public static ComplexNumber[] QuadraticEquation( double a, double b, double c )
Parameters
- a
- Type: SystemDouble
- b
- Type: SystemDouble
- c
- Type: SystemDouble
Return Value
Type: ComplexNumberSee Also