aboutsummaryrefslogtreecommitdiff
path: root/float2rat.doc
blob: 98f16e2b8de9d5b466736319c2e45e7a556370d0 (plain)
1
2
3
4
5
6
7
$Id$

Converts floating point coefficent $f$ to rational by the 
simple expedient of outputing 10^k*f/10^k for appropriate 
$k$. Does no reduction of numbers.  In particular this may cause overflow in 
old versions of lrs input (and I'm not about cdd).