#include "functions.hpp" FUNCTION_MPFR(sin, sin); FUNCTION_MPFR(cos, cos); FUNCTION_MPFR(tan, tan); FUNCTION_MPFR(arcsin, asin); FUNCTION_MPFR(arccos, acos); FUNCTION_MPFR(arctan, atan);