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

Represents the quotient and remainder of a division operation. More...

#include <calc.hpp>

Public Attributes

std::string quotient
 
std::string remainder
 

Detailed Description

Represents the quotient and remainder of a division operation.

Member Data Documentation

◆ quotient

std::string steppable::__internals::calc::QuotientRemainder::quotient

◆ remainder

std::string steppable::__internals::calc::QuotientRemainder::remainder

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