Path: utzoo!attcan!uunet!clyde.concordia.ca!mcgill-vision!snorkelwacker!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!cs.utexas.edu!rutgers!news-server.csri.toronto.edu!helios.physics.utoronto.ca!ists!yunexus!geac!torsqnt!lethe!tvcent!andrew From: andrew@tvcent.uucp (Andrew Cowie) Newsgroups: comp.sources.games.bugs Subject: GB 2.0: log1p Summary: was (Re: Error compiling GB3) Message-ID: <1990Jun5.222145.13028@tvcent.uucp> Date: 5 Jun 90 22:21:45 GMT Organization: TVC Enterprises Lines: 11 [ This is lore from my experiences trying to get GB 1.2 to work. I Havn't tried GB 2.0 (GB3 according to Bill Randal) yet ] log1p means the log of the number plus one, which can be defined like this for a sysV system: #define log1p(x) log(1.0 + (x)) -- Andrew F. Cowie at TVC Enterprises, Toronto, Canada uunet!mnetor!lethe!tvcent!andrew andrew@tvcent.uucp