Home
last modified time | relevance | path

Searched refs:giac_pow (Results 1 – 6 of 6) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dgen.h1012 gen giac_pow(const gen & base,const gen & exponent,GIAC_CONTEXT);
H A Dgen.cc6472 gen giac_pow(const gen & base,const gen & exponent,GIAC_CONTEXT){ in giac_pow() function
6594 return apply(base,exponent,contextptr,giac_pow); in pow()
6597 return apply1st(base,exponent,contextptr,&giac_pow); in pow()
6600 return apply2nd(base,exponent,contextptr,&giac_pow); in pow()
H A Dgiac.i321 gen giac_pow(const gen & base,const gen & exponent,giac::context *);
H A Dgiacjs.i316 gen giac_pow(const gen & base,const gen & exponent,giac::context *);
H A Dprog.cc9639 gen giac_pow(const gen &,const gen &,GIAC_CONTEXT);
9644 return matrix_apply(a,b,contextptr,giac_pow); in pointpow()
H A Dgiac_wrap.cxx3644 result = giac::giac_pow((giac::gen const &)*arg1,(giac::gen const &)*arg2,arg3); in Java_javagiac_giacJNI_giac_1pow()