Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::__internals::calc::Surd Struct Reference

A struct to represent a surd. A surd is a number that cannot be simplified to remove a square root. It is expressed as $(a\sqrt[n]{b})$. More...

#include <root.hpp>

Public Attributes

std::string radicand
 The radicand of the surd.
 
std::string multiplier
 The multiplier of the surd.
 

Detailed Description

A struct to represent a surd. A surd is a number that cannot be simplified to remove a square root. It is expressed as $(a\sqrt[n]{b})$.

Member Data Documentation

◆ multiplier

std::string steppable::__internals::calc::Surd::multiplier

The multiplier of the surd.

◆ radicand

std::string steppable::__internals::calc::Surd::radicand

The radicand of the surd.


The documentation for this struct was generated from the following file:
Untitled