>>>>> On Sun, 30 Mar 2014 16:12:10 +0200, Stelian Ionescu said: > > or use the syntax 4.0s0 for a literal single-float(4.0d0 is a literal > double in comparison). Minor correction: that should be 4.0f0 for single-float (4.0s0 is short-float). __Martin