If it's in the math library, you have to include the header file for it. I don't remember what the library's name actually is right now, but you'll have something like this:
Code:
#include <mathlib.h>
near the top of the file where you're trying to call the function from.
EDIT: Looking it up, it's math.h, so you'll have:
Hope that helps
