summaryrefslogtreecommitdiff
path: root/src/tibtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tibtype.h')
-rw-r--r--src/tibtype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tibtype.h b/src/tibtype.h
index 7a88afd..68549b7 100644
--- a/src/tibtype.h
+++ b/src/tibtype.h
@@ -116,4 +116,7 @@ tib_factorial (const TIB *t);
TIB *
tib_log (const TIB *t);
+TIB *
+tib_toradians (const TIB *t);
+
#endif