[Algorithms] approximation to pow(n,x)?
Brought to you by:
vexxed72
From: Juan L. <re...@gm...> - 2009-11-04 03:45:43
|
Hi guys! I was wondering if there are fast ways to approximate the curve resulting from pow(n,x) where n is in range [0..1] and x > 0 using only floating point (without strange pointer casts/etc).. Cheers Juan Linietsky |