Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.cc1137 static bool _withsqrt_=true; variable
1140 return contextptr->globalptr->_withsqrt_; in withsqrt()
1142 return _withsqrt_; in withsqrt()
1147 contextptr->globalptr->_withsqrt_=b; in withsqrt()
1149 _withsqrt_=b; in withsqrt()
3627 ptr->globalptr->_withsqrt_=_withsqrt_; in init_context()
4038 _withsqrt_(true), in global()
4149 _withsqrt_=g._withsqrt_; in operator =()
5124 _withsqrt_=!on; in init_geogebra()
H A Dglobal.h565 bool _withsqrt_; variable