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