Skip to Content
0
Former Member
Apr 04, 2006 at 06:06 PM

Exceu00E7u00E3o: COMPUTE_POW_RANGE

34 Views

hi,

I have a problem when execute the code below.

data: result type p, or type f.

p_d type p, or type f.

p_n type p. or type f.

result = 12.

p_d = 283.

p_n = 493.

result = ( ( result ** p_d ) mod p_n ).

What kind of data i should be use?

thanks in advance!

Alexandre