Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dplot.h492 gen _paramplot(const gen & args,const context * contextptr);
H A Dplot.cc8660 gen _paramplot(const gen & args,const context * contextptr){ in _paramplot() function
8665 static define_unary_function_eval_quoted (__paramplot,&_paramplot,_paramplot_s);
10229 …return _paramplot(gen(makevecteur(res,symb_equal(vx_var,symb_interval(0,2*cst_pi)),symb_equal(nste… in _ellipse()
10231 …return _paramplot(gen(makevecteur(res,symb_equal(theta_orig,symb_interval(0,2*cst_pi)),symb_equal(… in _ellipse()
10303_paramplot(gen(makevecteur(res1,symb_equal(vx_var,symb_interval(-3,3)),symb_equal(nstep,60),symb_e… in _hyperbole()
10305_paramplot(gen(makevecteur(res1,symb_equal(theta,symb_interval(-3,3)),symb_equal(nstep,60),symb_eq… in _hyperbole()
10371 …res= _paramplot(gen(makevecteur(res,symb_equal(vx_var,symb_interval(-12,12)),symb_equal(nstep,60),… in _parabole()
10373 …res= _paramplot(gen(makevecteur(res,symb_equal(theta,symb_interval(-12,12)),symb_equal(nstep,60),s… in _parabole()
15890 tmp=_paramplot(tmp,contextptr); in _enveloppe()