Home
last modified time | relevance | path

Searched refs:pow_number (Results 1 – 2 of 2) sorted by relevance

/dports/math/symengine/symengine-0.8.1/symengine/
H A Dcomplex.cpp145 RCP<const Number> pow_number(const Complex &x, unsigned long n) in pow_number() function
193 return pow_number(*this, other.as_int()); in powcomp()
195 return one->div(*pow_number(*this, -1 * other.as_int())); in powcomp()
H A Das_real_imag.cpp7 void pow_number(const RCP<const Basic> &in_re, const RCP<const Basic> &in_im, in pow_number() function
115 pow_number(real1, imag1, n, real_, imag_); in bvisit()
124 pow_number(real1, imag1, n, real_, imag_); in bvisit()