gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] Print offset in ntpshmmon?


From: Gary E. Miller
Subject: Re: [gpsd-dev] Print offset in ntpshmmon?
Date: Tue, 28 Apr 2015 11:59:06 -0700

Yo All!

> > > > -                    offset = (float(record[3]) -
> > > > float(record[4]))
> > > > +                    offset = float(record[4])
> > > 
> > > Both are pretty bad....
> > 
> > You're the expert.  Please fix it.
> 
> I already chatted with DrDaemonEye so he understands the issue.
> 
> DrDaemonEye: any progress, or should we chat some more?

DrDaemonEye reports progress, but no final resolution.  I'll monitor
the situation.

I'm not a Python geek, but this (PEP 410) looks interesting:
    https://www.python.org/dev/peps/pep-0410/

It covers the time precision subject in Python pretty thoroughly, and I
agree with his conclusions.  Sadly PEP 410 was rejected.  Clearly
the rejector did not read and understand the proposal and his 
'counter examples' show his ignorance.

I have expected for some time that we would need to move to some sort
of arbitrary precision math, like decimal.Decimal or gmp. 

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97701
        address@hidden  Tel:+1(541)382-8588



reply via email to

[Prev in Thread] Current Thread [Next in Thread]