diff options
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28665,7 +28665,7 @@ The above macro may be used to define a memoized Fibonacci function as follows: -.cble +.cblk (defun fib (:memo n) (if (< n 2) (clamp 0 1 n) |