Lorena,
This is probably not the right email list for your question.
Eddie
Nevertheless, the answer is:
#include <cmath>
double fabs(double x);
double log(double x);
on unix, man 3 fabs; man 3 log
> Is there a function which make the absolute value and the natural
> logarithm of a float number?
> Thanks
> Lorena