类 ZeroValuedDerivativeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ArithmeticException
cn.nkpro.elcube.utils.xirr.OverflowException
cn.nkpro.elcube.utils.xirr.ZeroValuedDerivativeException
- 所有已实现的接口:
Serializable
Indicates that the numerical method employed encountered a zero-valued
derivative, terminating the algorithm unsuccessfully.
The state of the algorithm is available via the getters, to allow the caller to adjust the guess and try again.
- 作者:
- ray
- 另请参阅:
- 序列化表格
-
方法概要
从类继承的方法 cn.nkpro.elcube.utils.xirr.OverflowException
getCandidate, getDerivativeValue, getInitialGuess, getIteration, getValue, toString