[comp.sources.games.bugs] GB 2.0: log1p

andrew@tvcent.uucp (Andrew Cowie) (06/06/90)

[ 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