summaryrefslogtreecommitdiffstats
path: root/arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'arith.h')
-rw-r--r--arith.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arith.h b/arith.h
index a73bdde8..1479564c 100644
--- a/arith.h
+++ b/arith.h
@@ -33,4 +33,6 @@ val in_int_ptr_range(val bignum);
val cum_norm_dist(val x);
val n_choose_k(val n, val k);
val n_perm_k(val n, val k);
+val tofloat(val obj);
+val toint(val obj, val base);
void arith_init(void);