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< Self > | ln () |
Root< Self, int > | sqrt () |
Protected Attributes | |
Val | val |
Pow | base |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Root &r) |