Stuart McLachlan
stuart at lexacorp.com.pg
Thu Jul 23 16:39:55 CDT 2009
Single is short for "Single Precision Floating point Number". Because of the way they are stored, Single Precision effectively means 7 significant digits ( in the range -3.402823E38 to -1.401298E-45 for negative values; 1.401298E-45 to 3.402823E38 for positive values) -- Stuart On 23 Jul 2009 at 15:58, Kaup, Chester wrote: > When I type a number with eight decimal places into a table with data > type of single the last digit changes when saved. What is happening? >