Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx404 double dMaxNumWithoutExp = (nPrec == 6) ? 1E6 : 1E14; in ImpCvtNum() local
405 myftoa( nNum, p, nPrec,( nNum &&( nNum < 1E-1 || nNum >= dMaxNumWithoutExp ) ) ? 4:0, in ImpCvtNum()

Completed in 15 milliseconds