Revision history of "Python Implementation of ref time"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 17:56, 30 April 2008PeterHarding talk contribs 648 bytes +648 New page: <pre> #===================================================================== def the_time(): t = float(ref_time(FALSE)) * 0.001 return t #-----------------------------------------...