Analitza
Analitza::Monomial Class Reference
#include <polynomial.h>
Public Member Functions | |
Monomial (const Operator &o, Object *o2, bool &sign) | |
Analitza::Object * | createMono (const Analitza::Operator &o) const |
bool | isValue () const |
Static Public Member Functions | |
static bool | isScalar (const Object *o) |
Public Attributes | |
qreal | first |
Analitza::Object * | second |
Detailed Description
Monomial object.
It allows you compose and create a Polynomial.
Definition at line 42 of file polynomial.h.
Constructor & Destructor Documentation
Member Function Documentation
Analitza::Object* Analitza::Monomial::createMono | ( | const Analitza::Operator & | o | ) | const |
|
static |
bool Analitza::Monomial::isValue | ( | ) | const |
Member Data Documentation
qreal Analitza::Monomial::first |
Definition at line 50 of file polynomial.h.
Analitza::Object* Analitza::Monomial::second |
Definition at line 51 of file polynomial.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.