11/30/2007, 06:12 PM
I actually made a few errors in that code. HyLog is wrong for two values.
Sorry about that.
Andrew Robbins
Code:
HyLog[2][x, z] == z/x but Divide[x, z] == x/z and
HyLog[1][x, z] == z - x but Subtract[x, z] == x - z
Sorry about that.
Andrew Robbins