Displaying 2 results from an estimated 2 matches for "guarantuee".
Did you mean:
  guarantee
  
1999 Oct 15
1
99.9% uptime
Sorry, forgot to change the subject on my first posting.
I was reading a comment this morning about something Microsoft had published
to the effect that there were vendors guaranteeing 99.9% uptime for NT.  The
guy who wrote the reply did the math for what that means, and the results
are very interesting.
Quote below:
	OK, now what does a 99.9% uptime guarantee mean? Well, it means that
at
2000 Sep 29
2
pretty not covering the range properly (PR#673)
When I issue the command:
if ( c(2.8,3)[1] < pretty (c(2.8,3))[1]) print ("problem")
the result is "problem" prints.
I have traced it to bits and the 2.8 of the returned vector from pretty is slightly larger.
This seems to be due to the conversion to base 10 with the ns and unit variables in src/appl/pretty.c.
Anyway if I do something like:
hist(c(2.8,3))
it fails as well