#58390 - funkaster - Sun Oct 23, 2005 3:05 am
I need to perform a simple division (to measure a tangent), what types should I use?
for instance, this is the C code:
float tg;
tg = ((float)dx)/((float)dy);
I know the NDS doesn't have a FPU, but I read somewhere that it has some firmware division routines... How do I call them?
thanks a lot.
for instance, this is the C code:
float tg;
tg = ((float)dx)/((float)dy);
I know the NDS doesn't have a FPU, but I read somewhere that it has some firmware division routines... How do I call them?
thanks a lot.