abcs/src/other_functions.cpp

6 lines
76 B
C++

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