9 lines
167 B
C++
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);
|