fixes for extra paranoia

This commit is contained in:
Martin Reinecke 2019-01-11 19:41:23 +01:00
parent 7b4353a5e7
commit b5eda7fc0a
3 changed files with 43 additions and 37 deletions

View file

@ -41,7 +41,7 @@ static const double sharp_fbig=0x1p+800,sharp_fsmall=0x1p-800;
static const double sharp_ftol=0x1p-60;
static const double sharp_fbighalf=0x1p+400;
typedef double sharp_ylmgen_dbl2[2];
typedef struct { double a, b; } sharp_ylmgen_dbl2;
typedef struct
{