#include "functions.hpp" FUNCTION_MPFR(ln, log); FUNCTION_MPFR(exp, exp); FUNCTION_MPFR(sqrt, sqrt);