GiNaC 1.8.7
Classes | Namespaces | Functions
power.h File Reference

Interface to GiNaC's symbolic exponentiation (basis^exponent). More...

#include "basic.h"
#include "ex.h"
#include "archive.h"

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...
 

Detailed Description

Interface to GiNaC's symbolic exponentiation (basis^exponent).

Definition in file power.h.


This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.