Skip to content
Prev 8870 / 63421 Next

signif {base}: changes to scientific notation

You are confusing signif() and printing!

signif() returns a real number.

Printing does exactly what it is described to do, and has no concept of 
how the number was produced.

I guess you were looking for format(), which allows more control.
On Thu, 6 Feb 2003, Wolfram Fischer - Z/I/M wrote:

            
This is a misunderstanding of what is happening