diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-04-23 22:23:23 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-04-23 22:23:23 +0200 |
| commit | f5409662d478093ebb79fdb308538be7bf42f701 (patch) | |
| tree | 9607736b5200610a7e8cdb9d5750abcf00faaa0f /coding-exercises/2/78/complex-rectangular.rkt | |
| parent | b214b07a67d48ad9205f63641891ff173ff53fca (diff) | |
fixup
Diffstat (limited to 'coding-exercises/2/78/complex-rectangular.rkt')
| -rw-r--r-- | coding-exercises/2/78/complex-rectangular.rkt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coding-exercises/2/78/complex-rectangular.rkt b/coding-exercises/2/78/complex-rectangular.rkt index 41e93b6..bbc2b8c 100644 --- a/coding-exercises/2/78/complex-rectangular.rkt +++ b/coding-exercises/2/78/complex-rectangular.rkt @@ -26,4 +26,5 @@ (put 'make-from-real-imag 'rectangular (lambda (x y) (typtag (make-from-real-imag x y)))) (put 'make-from-mag-ang 'rectangular - (lambda (r a) (typtag (make-from-mag-ang r a))))) + (lambda (r a) (typtag (make-from-mag-ang r a)))) + 'done) |
