Cout << scientific;

Hi,

The manipulator “scientific” is not defined (tested with ROOT 3.10/01):

root [0] cout << scientific;
Error: Symbol scientific is not defined in current scope FILE:(tmpfile) LINE:1
*** Interpreter error recovered ***

Is there a workaround or do I have to use printf("%e",…) instead?

Regards,
Alexandr

I already replied this topix on the cint mailing list, but, this feature was added to Cint.

Thank you
Masa Goto