[<--] Indice [-->]

From valvoline <valvoline@tiscalinet.it>
Date Sun, 19 May 2002 09:29:07 +0200
Subject Re: [HaCkmEeTiNg] Data Encryption

On Sat, 18 May 2002 15:25:22 +0100
James E Smith <james.smith31@juno.com> wrote:

> Can someone tell me how to code this equ. in C :
> 
> 7 to the power of -1 mod 160

double samplefunc(double x, double y) { return pow(x, (-1 % (int)y)); }

be sure, to compile with the '-lm' flag, to avoid an
'undefined reference' problem in gcc.

bauz!

-- 
[valv`0 - ( Costantino Pistagna )                                   ]
[E-mail: valvoline@tiscalinet.it - GPG Key available                ]
[Key FingerPrint: 8DD3 774B B0F7 4473 60E0  F30A 1371 EA37 966C 6CCF]

"chi ha le capre munga latte, chi ha i cavalli mangi carne..."
---
To unsubscribe from this list: send the line "unsubscribe hackmeeting" in
the body of a message to majordomo@kyuzz.org

[<--] Indice [-->]