On Mon, Mar 05, 2001 at 03:19:10PM -0800, dans_pic_stuff wrote: > Is it possible to do this math calculation in a 16f84 program: > X = (X*1.62) + 25 Multiply by 162 then divide by 100. Watch that you keep the intermediate result in enough bits to retain the precision you desire. I've not heard of PBP. -- James Cameron mailto:quozl@us.netrek.org http://quozl.netrek.org/ -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.