Steppable 0.0.1
A CAS project written from scratch in C++
|
A struct to represent a surd. A surd is a number that cannot be simplified to remove a square root. It is expressed as .
More...
#include <root.hpp>
Public Attributes | |
std::string | radicand |
The radicand of the surd. | |
std::string | multiplier |
The multiplier of the surd. | |
A struct to represent a surd. A surd is a number that cannot be simplified to remove a square root. It is expressed as .
std::string steppable::__internals::calc::Surd::multiplier |
The multiplier of the surd.
std::string steppable::__internals::calc::Surd::radicand |
The radicand of the surd.