by "Emmanuel Stapf [ES]" <manus_no_spam@[EMAIL PROTECTED]
>
Jul 19, 2007 at 03:29 PM
Roman Töngi wrote:
> How can I format and print a REAL_32 to the console?
> Similar to C sprintf.
> I'd like to set the number of decimals shown, so that e.g.
> 1.0000000000001 is shown instead of 1.
With EiffelStudio, you can choose the class FORMAT_DOUBLE for this
purpose.
Regards,
Manu