Displaying 3 results from an estimated 3 matches for "unnescessary".
Did you mean:
unnecessary
2006 Apr 18
3
seq() function accuracy inacceptable (PR#8779)
Full_Name: Johannes Prix
Version: 2.1.1
OS: WinXP, SuSE Linux
Submission from: (NULL) (137.208.41.195)
The seq-command produces unnescessary inaccurate results, which can be extremely
annoying. I absolutely do not see the nescessity of numerical garbage to appear
in the following simple case. E.g. try this:
> seq ( 61.55 , 62.00 , by=0.01 ) - round ( seq ( 61.55 , 62.00 , by=0.01 ) ,
digits=2 )
Output looks like:
[1] 0.000000e...
2006 Apr 18
0
seq() function accuracy inacceptable
> The seq-command produces unnescessary inaccurate results, which can be extremely
> annoying. I absolutely do not see the nescessity of numerical garbage
> to appear in the following simple case. E.g. try this:
> > seq ( 61.55 , 62.00 , by=0.01 ) - round ( seq ( 61.55 , 62.00 , by=0.01 ) ,
> digits=2 )
An even simpler...
2004 Dec 29
3
inclusion of figlet source
Why is figlet source included in xen? Wouldn''t it make more sense to alter
xen/Makefile, to have compile.h built from a .in, and the figlet view of the
version info, and have the upstream developers regen the figlet part when the
version changes?
I''m willing to modify the build system to do this. I''m also fixing several
other poor implementation of things.