if exponent letter is d|D, and

is_string == FALSE, then convert the d|D to an e|E. strtod() which will later be used to convert the string to float won’t accept d|D anywhere but on windows.  (jeffm)