> I would like to use sinus and cosinus functions to my project, but > sin() and cos() are not recognized.
You should be more specific in your problem report. What is the exact command that fails and what is the error you get? > I tried to include math.h with no > success. Could someone help me ? You might miss "-lm" to link the math library. If it's something else, please be more specific in your question /alessandro
