Patrick S. wrote: > ###Testcase2: formula= log(((A+1)/100)/(1-(A+1/100))) Note that (A+1/100) = A+(1/100) = A as 1/100 will use integer division. -- Glynn Clements <glynn at gclements.plus.com>