diff options
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 *); |