Searched refs:dI (Results 1 – 1 of 1) sorted by relevance
402 double dI = (double)i; in GetDigitAtPos() local403 double dTemp1 = pow( 10.0,dI ); in GetDigitAtPos()405 dDigit = floor( pow( 10.0,log10( fabs( dNumber ) )-dI ) ); in GetDigitAtPos()
Completed in 13 milliseconds