Recursive Functions (58)

24 Name: #!/usr/bin/anonymous : 2008-02-21 05:24 ID:Heaven

>>23

pow(x, y) = e ^ (ln(x) * y)

using a lookup table for ln(x).

This thread has been closed. You cannot post in this thread any longer.