Searched refs:dMaxNumWithoutExp (Results 1 – 1 of 1) sorted by relevance
404 double dMaxNumWithoutExp = (nPrec == 6) ? 1E6 : 1E14; in ImpCvtNum() local405 myftoa( nNum, p, nPrec,( nNum &&( nNum < 1E-1 || nNum >= dMaxNumWithoutExp ) ) ? 4:0, in ImpCvtNum()
Completed in 15 milliseconds