| | math.h
|
| Hello all, I've written some math usefull library ! here is my work. It's not really optimized and I'm afraid cause I see the memory place down ... If someone want help me ... Have fun nanobapt /*test.c*/ #include <math.h> #include <conio.h> int (...) (22 years ago, 6-May-03, to lugnet.robotics.rcx.legos)
| | | | Re: math.h
|
| Oh note : you need to compile with -lfloat your kernel if you want to include it into kernel just add -lfloat to $LIBS in the Makefile.kernel nanobapt (22 years ago, 6-May-03, to lugnet.robotics.rcx.legos)
| |