login
Header Space

 
 

Re: posting gnuplot

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Friday, August 7, 1992 - 11:11 am

at least for gnuplot, i've found (part?) of the problem:
  in plot.h, VERYLARGE is defined as HUGE (ie DBL_MAX) 
   i changed line 150 to 
     #define VERYLARGE FLT_MAX
and gnuplot runs fine in X now.
 others report defining floats as doubles also works
  
NOW, someone who know what they're doing, Whats causing this?
does the software emulation define all floats as doubles, hence
what runs on a pc without a coprocessor may break with on 
a pc with a math chip?
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: posting gnuplot, Thomas Dunbar, (Fri Aug 7, 11:11 am)
speck-geostationary