abcs/src/other_functions.cpp

9 lines
167 B
C++
Raw Permalink Normal View History

#include "other_functions.hpp"
#include <mpfr.h>
#include "types.hpp"
#include "util.hpp"
FUNCTION_MPFR(ln, log);
FUNCTION_MPFR(exp, exp);
2018-08-18 17:41:32 -07:00
FUNCTION_MPFR(sqrt, sqrt);