+ 1
Double is 64 bit (15-16 digits), while float is 32 bit (7 digits) and decimal is 128 bit (28-29 digits). Decimal is more precise but the precision is only noticeable in either scientific or mathematical programs or for really large numbers. I stick with float because Iâm memory conservative, but SoloLearn recommends double I think.