summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-25 17:05:41 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-25 17:05:41 +0000
commit1bf60c0cfc8e26d4f9e92e044d37169f55ac170b (patch)
tree0ddf8ac8d9c521d51bcfa7b6dad6ff1bb539fca9 /apl9.h
parent580b7dd6b3590134e7be96ebf758a956926130a9 (diff)
Get ready for inverse of functions
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index c275d73..7c03918 100644
--- a/apl9.h
+++ b/apl9.h
@@ -264,6 +264,9 @@ void throwerror(Rune *, int);
memcpy(globalerror.jmp, old, sizeof(jmp_buf));\
}
+/* inverse.c */
+Function inverse(Function);
+
/* Monadic functions from function.c */
Array *fnNegate(Array *);
Array *fnSign(Array *);