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

Public Types

using ValType = Val
 
using PowType = Pow
 
using Self = Root< Val, Pow >
 

Public Member Functions

 Root (Val val, Pow base)
 
auto solve ()
 
std::string latex () const
 
template<typename T >
Power< Self, T > pow (const T &power)
 
template<typename InnerPower >
Log< Self, InnerPower > log ()
 
NaturalLog< Selfln ()
 
Root< Self, int > sqrt ()
 

Protected Attributes

Val val
 
Pow base
 

Friends

std::ostream & operator<< (std::ostream &os, const Root &r)
 

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