Real Types (double, float) - Data Types - Language
float c =0.0001; float d =16; There is a scientific way of writing real constants, often this method of recording is more compact than the traditional one. Example: double c1=1.12123515e-25; double c2=0.000000000000000000000000112123515; / 24 zero after the decimal point. Print('1. c1 =',DoubleToString(c1,16));
Get Price