EgtGeneral 1.9l4 :
- fabs sostituito da abs.
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ ToString( double dVal, int nPrec)
|
||||
// converto la mantissa
|
||||
char szBuff[24] ;
|
||||
int nErr, nDecimal, nSign ;
|
||||
if ( fabs( dVal) < BIG_NUMBER)
|
||||
if ( abs( dVal) < BIG_NUMBER)
|
||||
nErr = _fcvt_s( szBuff, dVal, nPrec, &nDecimal, &nSign) ;
|
||||
else
|
||||
nErr = _ecvt_s( szBuff, dVal, BIG_DIGITNBR + nPrec, &nDecimal, &nSign) ;
|
||||
|
||||
Reference in New Issue
Block a user