aboutsummaryrefslogtreecommitdiff
path: root/float2rat.h
blob: 613668a1826f85e5542dde82c92968f3991aa841 (plain)
1
2
3
4
5
6
7
8
#define DOCSTRING "\n\
$Id: float2rat.doc 2337 2006-04-03 20:42:09Z bremner $\n\
\n\
Converts floating point coefficent $f$ to rational by the \n\
simple expedient of outputing 10^k*f/10^k for appropriate \n\
$k$. Does no reduction of numbers.  In particular this may cause overflow in \n\
old versions of lrs input (and I'm not about cdd).\n\
"