Math in EasyC pro

OOOPS!!

I just posted this in the wrong forum! One more mistake in a mistake filled week!
:o

Are math and trig functions available in EasyC pro? I am looking to perform an absolute value and a squareroot function.

We could write functions for this and probably will, but it seems to me that these ought to be available in the assignment block.

Thanks

Tony P
" Not going to church this week! "

1.) Click on the projects tab.
2.) Double Click UserIncludes.h
3.) Under //Add Code Here type "#include “math.h”
4.) Start Calling math functions.