#include "other_functions.hpp" #include #include "types.hpp" #include "util.hpp" FUNCTION_MPFR(ln, log); FUNCTION_MPFR(exp, exp); FUNCTION_MPFR(sqrt, sqrt);