diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-25 17:05:41 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-25 17:05:41 +0000 |
commit | 1bf60c0cfc8e26d4f9e92e044d37169f55ac170b (patch) | |
tree | 0ddf8ac8d9c521d51bcfa7b6dad6ff1bb539fca9 /apl9.h | |
parent | 580b7dd6b3590134e7be96ebf758a956926130a9 (diff) |
Get ready for inverse of functions
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 *); |