![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Result for trigonometric equation solver. More...
#include <MathRoot_Trig.hxx>
Public Member Functions | |
| bool | IsDone () const |
| operator bool () const | |
Data Fields | |
| MathUtils::Status | Status = MathUtils::Status::NotConverged |
| std::array< double, 4 > | Roots = {0.0, 0.0, 0.0, 0.0} |
| int | NbRoots = 0 |
| bool | InfiniteRoots = false |
Result for trigonometric equation solver.
|
inline |
|
inlineexplicit |
| int MathRoot::TrigResult::NbRoots = 0 |
| std::array<double, 4> MathRoot::TrigResult::Roots = {0.0, 0.0, 0.0, 0.0} |
| MathUtils::Status MathRoot::TrigResult::Status = MathUtils::Status::NotConverged |