CVS update: gnucash/src/engine
Derek Atkins
warlord@linas.org
Mon, 20 Jan 2003 19:50:24 -0600 (CST)
Date: Monday January 20, 2003 @ 19:50
Author: warlord
Update of /home/cvs/cvsroot/gnucash/src/engine
In directory www.linas.org:/tmp/cvs-serv1834/src/engine
Modified Files:
gnc-numeric.c
Log Message:
* src/engine/gnc-numeric. -- fix the gnc_numeric_lcd() algo to
actually work with numbers that are not co-divisible but have
multiple-powers of co-factors. For example, the old algorithm
thought the LCM of 100,96875 was 3100, when it is really 387500,
because it was removing the factor of '5' too many times..