From 1bf60c0cfc8e26d4f9e92e044d37169f55ac170b Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Tue, 25 Jan 2022 17:05:41 +0000 Subject: Get ready for inverse of functions --- apl9.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apl9.h') 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 *); -- cgit v1.2.3