| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
On 32-bit machines, float128 may not be defined.
Additionally, there is no guarantee that float96
or float128, etc, will be defined or available on _any_
architecture. The float128 and float96 exports are,
at best, 80-bit represenations with 48 and 16 bits of
padding. longdouble is portable.
Signed-off-by: Gary E. Miller <gem@rellim.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
A tilda, not a dash.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hi Eric,
Just a couple exceptions for making sure matplotlib is installed and
math is being done on numbers.
Keane
>From b4bbe0658d8a0887b61871e82bc9f4f095777b31 Mon Sep 17 00:00:00 2001
From: Keane Wolter <daemoneye2@gmail.com>
Date: Wed, 21 Sep 2016 21:23:19 -0400
Subject: [PATCH] Added exceptions for math operation and matplotlib
|
| |
|
|
|
|
|
|
|
| |
A timespec does not fit in a Python float. It does fit in
a Numpy float128. Stop throwing away precision!
Thanks to DrDaemonEye and Jon Schlueter <jon.schlueter@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Cleaned up comments throughout the script
* Made a couple variables in the create_Striptableau function
local to that function
* Calculated the spread between the upper and lower edges of each
ntp data set to use in setting several variables in the vertical
adjustment of each graph
* Used that soread for setting the page increment, page size, and step
increment
* Removed the create_text function. It was not being used.
* Added an if statement to check for lines commented out and adjusted
the data input accordingly.
* Added an explicit exit command when the program finishes.
|
|
|
|
|
|
|
|
|
|
|
|
| |
New features:
1. Exaggerate vertical scale so we can actually see features.
2. Exit button - WM might be a tiler like i3.
3. Program dynamically handles any number of NTP units.
Plotting sometime fails due to divide-by-zero, however.
|
| |
|
|
|
|
| |
Also drift -> offset. And add a to-do list.
|
|
|