#include <symengine/functions.h>#include <symengine/mul.h>#include <symengine/ntheory.h>#include <symengine/constants.h>
Include dependency graph for pow.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | SymEngine::Pow |
Namespaces | |
| SymEngine | |
| Main namespace for SymEngine package. | |
Functions | |
| RCP< const Basic > | SymEngine::pow (const RCP< const Basic > &a, const RCP< const Basic > &b) |
| RCP< const Basic > | SymEngine::exp (const RCP< const Basic > &x) |
Returns the natural exponential function E**x = pow(E, x) | |
| void | SymEngine::multinomial_coefficients (unsigned m, unsigned n, map_vec_uint &r) |
| void | SymEngine::multinomial_coefficients_mpz (unsigned m, unsigned n, map_vec_mpz &r) |
| RCP< const Basic > | SymEngine::pow_expand (const RCP< const Pow > &self) |
| Expand the power expression. | |
| RCP< const Basic > | SymEngine::sqrt (const RCP< const Basic > &arg) |
| RCP< const Basic > | SymEngine::cbrt (const RCP< const Basic > &arg) |
Power Class
Definition in file pow.h.