Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coefficient.h')
-rw-r--r--src/coefficient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coefficient.h b/src/coefficient.h
index a7a151c..43dd313 100644
--- a/src/coefficient.h
+++ b/src/coefficient.h
@@ -74,5 +74,7 @@ int coef_denom_cmp(coef_denom denom1, coef_denom denom2);
// evaluate a coefficient on a vector
int evalcoef(RCC rccs, Coefficient coef, long double* out);
+// evaluate a coefficient on a vector (using mpfr floats)
+int evalcoef_mpfr(RCC_mpfr rccs, Coefficient coef, mpfr_t out);
#endif