9 lines
189 B
C
Executable File
9 lines
189 B
C
Executable File
#define sgn(x) ((x<0)?-1:((x>0)?1:0));
|
|
|
|
u32 abs(int x);
|
|
random(u32 lower, u32 upper);
|
|
u32 rand();
|
|
void randomize();
|
|
u8 log2(u32 n);
|
|
u8 log10(u32 n);
|