abcs/src/other_functions.cpp

9 lines
167 B
C++

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