GiNaC 1.8.7
|
Interface to GiNaC's symbolic exponentiation (basis^exponent). More...
Go to the source code of this file.
Classes | |
class | GiNaC::power |
This class holds a two-component object, a basis and and exponent representing exponentiation. More... | |
Namespaces | |
namespace | GiNaC |
Functions | |
GiNaC::GINAC_DECLARE_UNARCHIVER (power) | |
ex | GiNaC::pow (const ex &b, const ex &e) |
Symbolic exponentiation. More... | |
template<typename T1 , typename T2 > | |
ex | GiNaC::pow (const T1 &b, const T2 &e) |
ex | GiNaC::sqrt (const ex &a) |
Square root expression. More... | |