net.anotheria.moskitodemo.usecases.qe.business
Class QESolverImpl
java.lang.Object
net.anotheria.moskitodemo.usecases.qe.business.QESolverImpl
- All Implemented Interfaces:
- IQESolver
public class QESolverImpl
- extends Object
- implements IQESolver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QESolverImpl
public QESolverImpl()
solveQuadrationEquation
public List<Double> solveQuadrationEquation(int a,
int b,
int c)
- Specified by:
solveQuadrationEquation in interface IQESolver
Copyright © 2010-2012 anotheria.net. All Rights Reserved.