cpplatex
 All Classes Functions Pages
Public Types | Public Member Functions | Protected Attributes | Friends | List of all members
latex::math::Subtraction< LHS, RHS > Class Template Reference

Public Types

using LHSType = LHS
 
using RHSType = RHS
 
using Self = Subtraction< LHS, RHS >
 

Public Member Functions

 Subtraction (LHS lhs, RHS rhs)
 
auto solve ()
 
std::string latex () const
 
template<typename T >
Power< Self, T > pow (const T &power)
 
template<typename Base >
Log< Self, Base > log (Base base)
 
NaturalLog< Selfln ()
 
Root< Self, int > sqrt ()
 

Protected Attributes

LHS lhs
 
RHS rhs
 

Friends

std::ostream & operator<< (std::ostream &os, const Subtraction &sub)
 

The documentation for this class was generated from the following file: