Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.cc480 static int _scientific_format_=0; variable
483 return contextptr->globalptr->_scientific_format_; in scientific_format()
485 return _scientific_format_; in scientific_format()
489 contextptr->globalptr->_scientific_format_=b; in scientific_format()
491 _scientific_format_=b; in scientific_format()
3589 ptr->globalptr->_scientific_format_=_scientific_format_; in init_context()
4033 _scientific_format_(0), _integer_format_(0), _latex_format_(0), in global()
4115 _scientific_format_=g._scientific_format_; in operator =()
H A Dglobal.h544 int _scientific_format_; variable